All Products
Search
Document Center

Mobile Platform as a Service:Add SDK

Last Updated:Jul 14, 2023

This guide introduces how to integrate Mobile Sync Service (MSS) to iOS client. You can integrate MSS to iOS client based on native project with CocoaPods.

Prerequisites

You have connected your project to mPaaS. For more information, see Access based on native framework and using Cocoapods.

Add SDK

Use CocoaPods plugin to add the MSS SDK. Complete the following steps:

  1. In the Podfile file, use mPaaS_pod "mPaaS_Sync" to add the MSS dependencies.

    mss-pod
  2. Run pod install to complete integrating the SDK.