CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

KiipSDK 3.1.0

KiipSDK 3.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2019

Maintained by Kiip Inc, NinthDecimal, Inc.



KiipSDK 3.1.0

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

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

  1. Drag-drop KiipSDK.framework, KIIPMoatMobileAppKit.framework, and KiipSDKResources.bundle into your XCode project.
  2. In Build Phases, verify that KiipSDK.framework and KIIPMoatMobileAppKit.framework are in the Build Phases > Link Binary with Libraries and the KiipSDKResources.bundle in Build Phases > Copy Bundle Resources section
  3. Add the required libraries to your project (mentioned above)
  4. 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