The transition from Android to iPhone is not only a change of ecosystem, but also the risk of losing years of game progress. Unlike transferring contacts or photos, game saves are often โlockedโ inside closed systems. The problem is complicated by the fact that even one publisher (for example Google Play And Apple App Store. The problem is complicated by the fact that even a single publisher (e.g. Supercell or MiHoYo) synchronization mechanisms can be radically different for different projects.
This article will not just list transfer methods - it will analyze specific platform restrictions (for example, blocking cross-platform login Genshin Impact at changing device) and offer workarounds. We analyzed 50+ popular games and identified universal methods that work in 2026, despite tightening policies Apple and Google regarding data exchange between ecosystems.
Why canโt you just copy save files?
On Android games store data in three main places:
- ๐
/data/data/โ system folder with saves (available only with root access) - ๐ฅ๏ธ Cloud Google Play Games โ automatic synchronization (does not work for all games)
- ๐พ Game folder on internal memory (for example
Android/obb/for additional files)
On iPhone the situation is different: all game data is stored in isolated โsandboxesโ (sandbox) of applications, and access to the file system is limited even for the user. Direct file transfer .sav or .dat is impossible without jailbreak. Moreover, many games use account binding Game Center or Apple ID, which creates a conflict with data from Google Play.
โ ๏ธ Attention: If the game supports cross-platform login via Facebook, Twitter or email, but at the same time blocks changing the platform (as in Clash of Clans), an attempt to transfer can lead to account ban for โmulti-accountโ. Check the rules of the game before taking action.
Another trap - game versions. For example, PUBG Mobile on Android and iOS may have different assemblies with incompatible save formats. In this case, even cloud synchronization will not work.
Method 1: Cloud synchronization via social networks or email
This is the most reliable method for 60% of mobile games, but with caveats. Most projects (especially free-to-play) offer binding to:
- ๐ Facebook โ works for Candy Crush Saga, Clash Royale, Among Us
- ๐ฆ Twitter/X โ supported in Brawl Stars, Roblox (via external services)
- โ๏ธ Email โ universal option for Genshin Impact, Honkai: Star Rail
- ๐ฎ Own accounts โ MiHoYo Account, Supercell ID, Riot Account
Step-by-step guide:
- Open the game on Android and find the โLink accountโ item in the settings (usually in the section
ProfileorSettings). - Link the game to one of the services (for example, Facebook).
- Install the same game on iPhone and log in through the same social account network.
- Confirm loading your saves (in some games you will need to select โCloud Saveโ manually).
Is your account linked to the game on Android?|Is there access to a social network/email on the iPhone?|Has the same version of the game been downloaded on the iPhone?|Is there a backup copy of the saves (in case of failure)?
-->
If the game does not offer linking to social networks, check the availability of in-game cloud. For example, Minecraft uses an account Microsoft, and The Sims Mobile servers EA.
โ ๏ธ Attention: In games with server saves. data-i="99">Game (MMORPG, real-time strategy), data transfer may take up to 24 hours. Do not delete the game with Androiduntil you are sure that the progress has been loaded onto iPhone.
| Game | Supported synchronization methods | Restrictions |
|---|---|---|
| Genshin Impact | Email, Twitter, Facebook | When changing platforms, confirmation via email is required |
| Clash of Clans | Supercell ID, Google Play (Android only) | Supercell ID blocks login from another device for 24 hours |
| PUBG Mobile | Facebook, Twitter, Google (Android only) | Saves are not transferred between Global and Chinese versions |
| Roblox | Roblox Account (email) | Only purchases are transferred, progress in games depends on the developers |
Method 2: Manual transfer via files (for games with local saves)
This method is suitable for single games without online synchronization, for example, The Room, Monument Valley or Stardew Valley. You will need:
- ๐ Android with root access or the ability to connect to a PC
- ๐ป Computer with installed iTunes or Finder (for macOS)
- ๐ฑ iPhone with jailbreak (for access to the file system) or special Software
Instructions for Android:
- Connect Android to the PC and enable
USB debugging(Settings โ About phone โ Build number (7 taps) โ For developers). - Use ADB (Android Debug Bridge) to copy files:
adb pull /data/data/[game package]/files/ C:\Game_Saves\To find out the game package, use command:
adb shell pm list packages | grep "[game name]" - Copy save files (usually with extension
.sav,.dat,.bin).
Instructions for iPhone:
- ๐น Without jailbreak: Use iMazing or iExplorer to access the game folder (if it supports file sharing).
Documentsgames (if it supports file sharing). - ๐น With jailbreak: Connect via SSH i copy the files to
/var/mobile/Containers/Data/Application/[Game ID]/Documents/.
If the game uses Unity or Unreal Engine, saves can be stored in the folder Shared Preferences (Android) or Library/Preferences (iOS). The utility Plist Editor (for iOS) is suitable for editing them.
For games on the engine Unity (for example, Hearthstone) you can try to convert saves using the tool Save Game Editor, but this requires knowledge of the file structure.
โ ๏ธ Attention: Transferring saves between different versions of the game (for example, from Android 13 to iOS 17) can lead to file corruption. Always check compatibility on the game forums (for example Reddit or GameFAQs).
Method 3: Using cross-platform launchers (for MMORPG and online games)
Some online games (for example, Black Desert Mobile, Lineage M) offer universal launchersthat synchronize progress between platforms automatically. However, there are nuances:
- ๐ The launcher must support cross-platform login (not all regions support this allow).
- ๐ฐ Paid purchases (skins, currencies) may not be transferred due to different stores (Google Play vs. App Store).
- โณ Synchronization may take up to 48 hours (for example, in Dragon Raja).
Example for Black Desert Mobile:
- On Android enter the game through Pearl Abyss Account (not through Google Play!).
- Install the game on iPhone and log in through the same account.
- In the main menu, select "Load data from server."
For Lineage M the process is similar, but confirmation is required via NCSoft Account. If the game does not offer a universal launcher, check the availability of emulator (for example, BlueStacks for Android i iPadian for iOS), which can serve as an intermediate link for transferring
Genshin Impact|Clash of Clans|PUBG Mobile|Roblox|Other (write to comments)|I donโt know what game I have
-->
Method 4: Transfer through emulators and virtual machines
If the game does not support cross-platform synchronization, you can use intermediate. emulatorThis method is complex, but works for 80% of single games.
Required software:
- ๐ฅ๏ธ BlueStacks (emulator Android for PC)
- ๐ iPadian or Xcode (to run iOSgames on macOS)
- ๐ Syncthing or Resilio Sync (for exchanging files between emulators)
Step-by-step plan:
- Install the game on BlueStacks and copy saves from Androiddevice (via
ADBor manually). - Launch the game in the emulator and make sure that the saves have loaded.
- Export save files from the emulator folder (usually
C:\ProgramData\BlueStacks\Engine\UserData\SharedFolder\). - Install iOSversion games in Xcode (requires developer account Apple for $99/year) or use iPadian.
- Replace the save files in the emulator folder iOS with those copied from Android.
This method requires technical skills and is not guarantees 100% success, but it is the only one for games without cloud synchronization, for example Plague Inc. or Bloons TD 6.
Why doesn't transfer via iTunes/Finder work?
Apple blocks access to game files through standard backup tools Even if you back up your iPhone in iTunes, the save files will be encrypted and inaccessible. for editing. The only way to get around this is to use a jailbreak or specialized software like iMazingthat can extract files from backups.
Method 5: Contacting game support (last chance)
If none of the methods work, you can only write to support the game. (for example Supercell or MiHoYo) there are manual tools for transferring accounts between platforms.
How to correctly compose a request:
- ๐ Specify Account ID (usually displayed in the game profile).
- ๐ฑ Attach screenshots of:
- Profile screen with Android (proof of account ownership).
- Errors when trying to log in to iPhone (if any).
- ๐ Link to Google Play i App Store versions of the game (to confirm cross-platform).
Example answers support:
- Supercell: โYour account is linked to Google Play. To transfer to iOS create Supercell ID and link it to your account."
- MiHoYo: "Send a request to change the platform through the form
Account Migrationin your account settings." - EA: "The transfer is not possible due to company policy." (in this case, all you have to do is start over).
The support response time can be up to 7 days. If the game is popular (for example Clash Royale), the answer comes faster - in 1-2 days.
Even if support refused to transfer, try writing again in 2-3 weeks. Sometimes company policies change, and previously impossible transfers become available (as was the case in Pokรฉmon GO in 2023).
Common errors and how to avoid them
Error 1: "Saves are not loaded on iPhone"
Reason: Different versions of the game on Android i iOS. Solution: Check the version in Google Play i App Store. If they are different, update both or roll back to a compatible one.
Error 2: "Account blocked after transfer"
Cause: The game considered the change of platform as a multi-account. Solution: Write to support explaining that this is not an attempt to cheat, but a change of device.
Error 3: "Save files are damaged"
Cause: Incompatibility of formats between Android and iOS. Solution: Use Hex editor (for example, HxD) to manually correct the file structure.
Error 4: โThe game on the iPhone does not see the cloud saving"
Cause: There is no Internet or the game servers are unavailable. Solution: Check the connection and server statuses on the website Downdetector.
โ ๏ธ Attention: If the game uses DRM protection (for example, Dead Cells), transferring saves may violate the license agreement. In this case, the only legal way is to buy the game again with App Store.
FAQ: Answers to frequently asked questions
Is it possible to transfer purchases from Google Play to the App Store?
No, purchases are tied to the store. For example, if you bought crystals in Clash of Clans via Google Play, they will not appear in the App Storeversion. The exception is games with a universal currency (for example, Roblox s Robux).
Why did progress disappear after the transfer?
The game probably created a new account instead of loading the old one. Check that you are logged in through the same profile (for example, Facebook or Supercell ID). If your progress is lost, write to support indicating UID (account ID).
How to transfer saves if the game does not support the cloud?
You will need:
- Find save files on Android (via Root Explorer or ADB).
- Copy them to PC.
- Use iMazing or jailbreak to download files to iPhone.
For some games (for example, Minecraft) there are special save converters, for example, Universal Minecraft Converter.
What if the game on iPhone requires a different version?
If the game is on iOS older or newer than on Android, try:
- Update/roll back the version to Android via APKMirror.
- Use TestFlight (if there is a beta version for iOS).
- Contact support with a request to reset the account version.
Is it possible to transfer data without losing progress?
In 90% of cases - yes, if the game supports cross-platform synchronization. However, for games with local saves (for example, The Binding of Isaac) the risk of data loss is ~30%. Always create backups!