Kiip iOS SDK
Supported platforms: iOS 9.3+ Compiled with support for 64-bit.
Public interfaces
- Kiip.h
- KPPoptart.h
- KPNotification.h
- KPModal.h
- KPNotificationView.h
- KPNativeRewardView.h
- KPTableView.h
Resources
- KiipSDKResources.bundle
- kp_activity_indicator.png
- [email protected]
- kp_webview_o_button.png
- [email protected]
- kp_webview_x_button.png
- [email protected]
Required Libraries
- CoreTelephony.framework
- QuartzCore.framework
- SystemConfiguration.framework
- AdSupport.framework
- MediaPlayer.framework
- AVFoundation.framework
- CoreMotion.framework
- GLKit.framework
- KIIPMoatMobileAppKit.framework
Optional Libraries
- CoreLocation.framework
Instructions
- Drag-drop
KiipSDK.framework
,KIIPMoatMobileAppKit.framework
, andKiipSDKResources.bundle
into your XCode project. - In
Build Phases
, verify thatKiipSDK.framework
andKIIPMoatMobileAppKit.framework
are in theBuild Phases
>Link Binary with Libraries
and theKiipSDKResources.bundle
inBuild Phases
>Copy Bundle Resources
section - Add the required libraries to your project (mentioned above)
- Use
#import <KiipSDK/KiipSDK.h>
Location (Optional)
Kiip has the ability to automatically retrieve the user's location, but the application must first request permission for location updates as well as include CoreLocation.framework
To request permission, you must add the following code:
CLLocationManager *lm = [[CLLocationManager alloc] init]; [lm startUpdatingLocation]; [lm stopUpdatingLocation];
Support
For integration and reference, see our docs at http://docs.kiip.me