Preparing your iOS App
In order to protect your iOS app, your XCarchive must meet the following requirements:
- The minimum target iOS version must be 11 or higher.
- The XCarchive must have been built using a supported XCode version.
- The app must be built in Release mode.
- Your app must not have any other code protection applied.
NOTE Only iOS ARM64 binaries are protected. Other binaries (for example, WatchOS) are left unchanged in the XCarchive.
Updated about 20 hours ago
What’s Next