This guide introduces how to integrate MAS to iOS client. You can integrate MAS to iOS client based on native project with CocoaPods.
Since June 28, 2020, mPaaS has stopped support for the baseline 10.1.32. Please use 10.1.68 or 10.1.60 instead. For how to upgrade the baseline from version 10.1.32 to 10.1.68 or 10.1.60, see mPaaS 10.1.68 upgrade guide or mPaaS 10.1.60 upgrade guide.
This guide introduces how to integrate MAS to iOS client. You can integrate MAS to iOS client based on native project with CocoaPods. |
Prerequisites
You have integrated your project to mPaaS. For more information, see Integrate based on native framework and using Cocoapods.
Add SDK
Use CocoaPods plugin to add the MAS SDK. Complete the following steps:
In the Podfile file, use
mPaaS_pod "mPaaS_Log"
to add dependency.Execute
pod install
to complete integrating the SDK.
What to do next
Use the SDK with reference to the corresponding documentation.