Add the Diagnosis or Message Push SDK to enable log pulling for iOS client diagnosis.
Add the Diagnosis or Message Push SDK to a native framework project using CocoaPods.
Diagnosis pulls logs via Mobile Sync or Message Push. Select the corresponding Diagnosis or Message Push module during integration. Mobile Sync offers higher success rates but relies on the Mobile Sync service. Message Push requires the user to be online when the diagnostic instruction is sent and relies on the Message Push service.
Prerequisites
Complete the steps in Integrate based on an existing project and using CocoaPods.
Add the SDK
Follow the steps for your preferred diagnosis method.
Mobile Sync Method
Add mPaaS_pod "mPaaS_Diagnosis" to your Podfile. The CocoaPods integration guide covers Podfile configuration.
Message Push method
Add mPaaS_pod "mPaaS_Push" to your Podfile. The CocoaPods integration guide covers Podfile configuration.