Skip to main content

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

  1. Enable iCloud capability in your Xcode project
  2. Enable iCloud Keychain
  3. Configure your App ID in the Apple Developer Portal
See the iCloud backup options guide for detailed setup instructions.

Errors