Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions markdown/.vuepress/arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const ios_FAQ = {
children: [
"JIT", // iOS and "JIT".
"APPSTORE", // Will PojavLauncher ever come to App Store for iOS?
"KEYCHAIN-ERR", // "Failed to save account tokens to keychains"
],
};

Expand Down
4 changes: 4 additions & 0 deletions markdown/wiki/faq/ios/KEYCHAIN-ERR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# "Failed to save account tokens to keychain"

Though this warning message may seem concerning, this warning message can be safely ignored, as of writing (2025/04/19) it pretty much hasn't caused any issues within the launcher; though this page may or may not change depending on the issues that will soon to be discovered.
(This page only applies to users that use the developer builds from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions).)
2 changes: 1 addition & 1 deletion markdown/wiki/getting_started/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr

1. Follow these steps to install [TrollStore](https://ios.cfw.guide/installing-trollstore/).

2. Download the latest release from [here](https://nightly.link/PojavLauncherTeam/PojavLauncher_iOS/workflows/development/main/net.kdt.pojavlauncher-ios.ipa.zip).
2. Download the latest developer build from [here](https://nightly.link/PojavLauncherTeam/PojavLauncher_iOS/workflows/development/main/net.kdt.pojavlauncher-ios.ipa.zip). Expect to encounter bugs!
- For a specific (outdated) release, you can find its package on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page

3. Locate where the .ipa was downloaded, tap the Share icon, and choose TrollStore in the list of options available.
Expand Down
6 changes: 6 additions & 0 deletions markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ There's a script created by [sa1672ndo](https://github.com/sa1672ndo) that autom
The script can be found [here](https://github.com/sa1672ndo/vs2termux).

**credits to [sa1672ndo](https://github.com/sa1672ndo)**

## iOS

As of 2025/04/19, Valkyrien Skies 2 can run natively on iOS, due to the implementation of [dylib patching for game dlopen calls](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/commit/ec04885ce5a6d5921db4b162e5e514bc4b035db5). A developer build installation is required from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions) for now, though.

**credits to [kiokori-git](https://github.com/kiokori-git)**