> For the complete documentation index, see [llms.txt](https://sideloading.gitbook.io/sideloading-master-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sideloading.gitbook.io/sideloading-master-guide/how-tos/jailbreak-guide/backup-and-share-apple-arcade-games.md).

# Backup & Share Apple Arcade Games

## Requirements

* Jailbroken iOS device
* Valid Apple Arcade subscription
* `noappthinning` via the following repo: <https://n3d1117.github.io/>
* `CrackerXI+` from the following repo: [https://cydia.iphonecake.com/](https://cydia.iphonecake.com)

## Instructions

1. Get a valid subscription of Apple Arcade
2. Download the game/s you want
3. Open CrackerXI+ and enable the options CrackerXI Hook, Remove UISupportedDevices and Fakesign IPA.
4. On CrackerXI+, choose the game you want to crack.
5. Transfer the IPA of the game/s to your computer
   1. Install a plist editor if you are on Windows (For example <https://www.icopybot.com/plist-editor.htm\\>)
6. Extract the cracked Arcade app by renaming AppName.ipa to AppNam&#x65;**.zip**
7. Inside the Payload folder, navigate into the Appname.app folder
8. Edit the `Info.plist` file and change the value of "`NSApplicationRequiresArcade`" from true to false.&#x20;
9. Compress the Payload folder, and rename from AppName.zip to AppNam&#x65;**.ipa**
10. Test by uninstalling the original game and installing the modified one

### References

* Backup & Share Apple Arcade Games by /u/Sergio\_Prado \[[link](<https://www.reddit.com/r/sideloaded/comments/h0nejw/guide_backup_share_apple_arcade_games/ >)]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sideloading.gitbook.io/sideloading-master-guide/how-tos/jailbreak-guide/backup-and-share-apple-arcade-games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
