To integrate the MCDP component into iOS client, you need to add the MCDP SDK to the iOS project, and complete the project configurations.
Important
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.
Prerequisites
You have integrated your project to mPaaS. For more information, refer to Integrate based on native framework and using Cocoapods.
Add SDK
Use CocoaPods plugin to add the MCDP SDK. Complete the following steps:
In the Podfile file, use
mPaaS_pod "mPaaS_CDP"
to add dependency.Execute
pod install
to complete integrating the SDK.