Configure iCloud storage
Last updated
Last updated
This storage adapter allows end users to save backup MPC shares to their iCloud filesystem.
Note: This storage provider is only supported on iOS devices, so should not be used as your sole backup storage adapter unless you are explicitly releasing an iOS-only app.
Note: you will need a paid developer account to use iCloud backup
Note: iCloud recovery is tied to the application's bundle identifier. This means that data can only be restored within the same app identified by that bundle ID. If you're migrating your app to a different technology (e.g., from iOS Native to React Native), the new version of the app must be released using the same bundle identifier as the original. Changing the bundle identifier will prevent iCloud backups from being restored in the new app version.
Open your project in XCode.
Navigate to Signing & Capabilities
:
Click the +
Button right below it, scroll down and select iCloud
.
Under iCloud Services select Key-value storage
.