iOS

Configuring cloud services on iOS platform

On iOS, Plugin uses iCloud Key-Value storage for storing data. When you register an app on iOS dev portal, you need to enable the iCloud in capabilities section.

In-case if you have a different setup where you want to enable manually, you can do the following steps

  1. Open Xcode project and navigate to Signing & Capabilities tab for the main target

  2. Add iCloud capability to the project

  3. Enable Key-Value storage option

Was this helpful?