Background
Apple officially released iOS 14 on September 17, 2020. App must be adapted to new system features and APIs. Currently, mPaaS with the baseline 10.1.68.17 or later has been adapted and tested for iOS 14.
As the basic library, the mPaaS version 10.1.68 series baseline (discontinued maintenance) and later have been adapted to iOS 14 built under Xcode 12.
Upgrade the SDK or components
Upgrade based on CocoaPods
Install the latest SDK of version 10.1.68 by completing the following steps:
Check that the mPaaS version is 10.1.68 in Podfile.
Run the command
pod mpaas update 10.1.68. If an error is returned, run the commandpod mpaas update --allto update the plugin and then rerun the previous command.Run the
pod installcommand.
API changes
For changes in API usage, please refer to the adaptation section of each component.
For custom baselines
If you are using a custom baseline, you may need to customize the baseline again based on the new version. To do this, submit a ticket or contact mPaaS technical support team for consultation.
List of libraries adapted to iOS 14 update
APMobileLBS
MPLBSAdapter