Welcome to the Mobile SDK installation guide! This document will walk you through the process of installing our Mobile SDK on your device. The SDK provides a seamless way to integrate our services into your mobile applications.

Prerequisites

Before you begin, make sure you have the following prerequisites:

  • A mobile device with Android or iOS.
  • A compatible development environment (Android Studio for Android, Xcode for iOS).
  • The latest version of our Mobile SDK.

Installation Steps

Android

  1. Download the SDK: Visit our developer portal to download the Android SDK package.
  2. Extract the SDK: Unzip the downloaded package to a folder on your computer.
  3. Add to Project: Open your Android Studio project and add the SDK folder to your project's libs directory.
  4. Configure Build Path: Right-click on your project in the Project view and select Properties. Go to Java Build Path and click Add JARs. Select the classes.jar file from the SDK folder.
  5. Start Developing: You can now start developing your application with the Mobile SDK.

iOS

  1. Download the SDK: Visit our developer portal to download the iOS SDK package.
  2. Open Xcode: Open your Xcode project and go to File > New > File....
  3. Create a New Swift File: Select Swift File and name it MobileSDK.swift.
  4. Import the SDK: Copy the contents of the SDK package into the MobileSDK.swift file.
  5. Start Developing: You can now start developing your application with the Mobile SDK.

Troubleshooting

If you encounter any issues during the installation process, please refer to our Troubleshooting Guide for solutions.

Mobile SDK