kwarter / Kwarter-Mobile

Kwarter mobile SDKs for iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kwarter-Mobile

Kwarter mobile SDK for iOS and Android

Install the iOS SDK

  1. Drag and drop the KwarterSDK.framework in the framework section
  2. Drag and drop the 3 bundles and the momd file from the KwarterSDK.framework to your project. They are inside the framework folder:
  • KwarterSDK.bundle
    • DefaultEnvironments.bundle
    • SSToolkitResources.bundle
    • KwarterModel.momd
  1. Add the #import <KwarterSDK/KwarterSDK.h> inside the <APPLICATION_NAME>-Prefix.pch in the ifdef section

  2. Import the required frameworks:

    • CoreData
    • MessageUI
    • MobileCoreServices
    • QuartzCore
    • Security
    • SystemConfiguration
  3. In the application:didFinishLaunchingWithOptions: start the SDK with your client id

    [Kwarter startWithClientId:<YOUR_CLIENT_ID>];

Install the Android SDK

Install the SDK using Gradle

Install the SDK using Maven

About

Kwarter mobile SDKs for iOS and Android


Languages

Language:Objective-C 96.4%Language:Java 1.7%Language:Shell 1.7%Language:Groovy 0.2%