diff --git a/markdown/.vuepress/arrays.js b/markdown/.vuepress/arrays.js index 4ddec08d..02593281 100644 --- a/markdown/.vuepress/arrays.js +++ b/markdown/.vuepress/arrays.js @@ -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" ], }; diff --git a/markdown/wiki/faq/ios/KEYCHAIN-ERR.md b/markdown/wiki/faq/ios/KEYCHAIN-ERR.md new file mode 100644 index 00000000..5830f1bb --- /dev/null +++ b/markdown/wiki/faq/ios/KEYCHAIN-ERR.md @@ -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).) diff --git a/markdown/wiki/getting_started/INSTALL.md b/markdown/wiki/getting_started/INSTALL.md index 52d69f36..d4eff011 100644 --- a/markdown/wiki/getting_started/INSTALL.md +++ b/markdown/wiki/getting_started/INSTALL.md @@ -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. diff --git a/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md b/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md index d3358f24..74eca2ca 100644 --- a/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md +++ b/markdown/wiki/going_further/PROBLEMATIC-MODS-COMMON-FIXES.md @@ -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)**