All Products
Search
Document Center

Mobile Platform as a Service:Add SDK

Last Updated:Jan 13, 2026

This guide introduces how to integrate MAS to iOS client. You can choose the method: Access based on existing projects and using CocoaPods to connect the MAS SDK to the client.

Prerequisites

You have integrated your project to mPaaS. For more information, see: Integrate by using CocoaPods based on the existing project.

Add SDK

Add the Mobile Analytics SDK using the cocoapods-mPaaS plugin.

Steps:

  1. In the Podfile, add the Mobile Analytics component dependency using mPaaS_pod "mPaaS_Log".

  2. Then execute pod install to complete the integration.

What to do next

Use the SDK with reference to the corresponding documentation.