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.

Plugin automatically sets the iCloud capabilities while exporting from Unity on every export.

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

Last updated