Goal
This topic covers an automatic integration (basic) where you just need to add one method to your project & plist configuration file.
...
Open your AppDelegate.m file, and add the following import statement:
#
import
Code Block |
---|
#import <AppoxeeSDK/AppoxeeSDK.h> |
Swift
Add to your Objective-C bridging header the following import statement
# import <AppoxeeSDK/AppoxeeSDK.h> |
...