Game Client Redirection on iOS (No Launcher Available)¶
Note
Looking for a simpler setup? Before attempting advanced redirection methods, you might want to check out Sparkle Router (Cross-Platform). It is a web-based redirection tool that works on both iOS and Android without requiring any complex network setup or proxy installation.
Unlike Android, there is no launcher application (such as Launcher SAF or KRFN-launcher) available for iOS to patch the metadata on the fly.
To connect the iOS KRFN client to a custom Sparkle server, you must use network-level Man-in-the-Middle (MITM) interception and redirection methods. These are advanced, developer-oriented workflows.
Important
Because no direct client launcher exists for iOS, you must refer to the MITM Redirection Guide to route your traffic. This method is strictly for advanced users and developers.
Comparison: Android vs. iOS¶
| Feature | Android | iOS |
|---|---|---|
| On-device Launcher | Yes (Launcher SAF, KRFN-launcher) |
No (Not possible without jailbreak/custom tools) |
| Root/Jailbreak Required | No (using SAF or legacy launchers) | No (using on-device proxy like Shadowrocket) |
| Setup Complexity | Easy to Moderate | High (Requires custom CA certificates & proxy tools) |
| Method | On-the-fly metadata memory patching | Network-level HTTPS decryption & domain rewriting |
Next Steps¶
Please navigate to the detailed guide below to set up your traffic redirection:
- 👉 Intercepting and Redirecting API Traffic (iOS)
- Learn how to configure on-device redirection via Shadowrocket.
- Learn how to configure PC-based redirection via Charles Proxy.