Skip to content

kwarter/Kwarter-Mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published