Enabling JSONStore

To use JSONStore in MobileFirst applications, you must take steps to enable it.

About this task

For iOS native apps, you must import the JSONStore iOS framework into your Xcode project.You can obtain the JSONStore feature in two ways:

For more information about creating native MobileFirst iOS applications, see Developing native applications for iOS in Xcode.

For native Android applications, you must add the files using gradle. For more information about creating native MobileFirst Android applications, see Setting up Android Studio projects with Gradle.

After adding the JSONStore SDK, you can use the classes inside the com.worklight.jsonstore.api package to use JSONStore.

For Cordova applications, you must add the cordova-plugin-mfp-jsonstore plug-in to your MobileFirst Cordova app. For more information see Adding MobileFirst features to an existing Cordova app.