Skip to content

iOS

This page guides how to setup the Hive SDK iOS payment feature.

Hive Console configuration

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

Adding the framework

Add the framework for in-app purchase 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