Skip to content

iOS

This guide provides instructions for setting up the data store feature in the Hive SDK for iOS.

Hive console settings

To use the Hive SDK data store, you need to configure it in the Hive console by following the instructions in Getting Started with Hive Game Data Store.

Add framework

Add the framework to the Podfile in your project directory.

pod 'HiveDataStore', $HIVE_SDK_VERSION # Framework for storing and retrieving supplementary data for each app user

After saving the Podfile with the added framework, run the following command to install the framework in your project.

pod install