Function Signature
Description
Configures iCloud backup storage. This must be called before using iCloud for backup or recovery operations.This method is only available on iOS. It will have no effect on Android.
Parameters
This method takes no parameters.Returns
void
Example
Setup Requirements
- Enable iCloud capability in your Xcode project
- Enable iCloud Keychain
- Configure your App ID in the Apple Developer Portal
Errors
| Code | Description |
|---|---|
NOT_INITIALIZED | Portal was not initialized |
CONFIGURATION_FAILED | Failed to configure iCloud storage |