Skip to content

iOS

This page guides how to setup the Billing feature in the Hive SDK for iOS.

Console configuration

To use Billing, you must first complete the Configuration for Billing Providers in the Console, including registering key values and integrating markets.

Add the framework

Add the framework for in-app Billing functionality to the Podfile in your project directory.

pod 'HiveIAPV4', $HIVE_SDK_VERSION # Framework for in-app purchase, refund, and re-purchase

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

pod install