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
- Download the SDK: Visit our developer portal to download the Android SDK package.
- Extract the SDK: Unzip the downloaded package to a folder on your computer.
- Add to Project: Open your Android Studio project and add the SDK folder to your project's
libs
directory. - Configure Build Path: Right-click on your project in the Project view and select
Properties
. Go toJava Build Path
and clickAdd JARs
. Select theclasses.jar
file from the SDK folder. - Start Developing: You can now start developing your application with the Mobile SDK.
iOS
- Download the SDK: Visit our developer portal to download the iOS SDK package.
- Open Xcode: Open your Xcode project and go to
File
>New
>File...
. - Create a New Swift File: Select
Swift File
and name itMobileSDK.swift
. - Import the SDK: Copy the contents of the SDK package into the
MobileSDK.swift
file. - 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