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:
In the Podfile, add the Mobile Analytics component dependency using
mPaaS_pod "mPaaS_Log".Then execute
pod installto complete the integration.
What to do next
Use the SDK with reference to the corresponding documentation.