Skip to main content

iOS

Integration Requirements iOS 10.0 and above

The integration should be done with CocoaPods and the following orders should be added to Podfile.

pod 'AppWheel'

The latest version can be obtained by executing pod search AppWheel. All methods support Swift calls. Please add the following sentences to the Bridging-Header file.

#import <PurchaseSDK/AWPurchaseKit.h>
**Note: This SDK only supports the real machine rather than a simulator for the time being.**

Next Steps

Configuring The SDK