Background
Apple released iOS 14 on September 17, 2020. Apps require updates to support the new features and interfaces in iOS 14. mPaaS has been adapted for and tested with iOS 14 in baseline versions 10.1.68.17 and later.
mPaaS provides base libraries. Versions 10.1.68.27 and later support iOS 14 builds in Xcode 12.
Upgrade SDKs/Components
Upgrade using CocoaPods
To install the latest SDK for version 10.1.68, perform the following steps:
In your Podfile, ensure that the version number for the mPaaS component is set to 10.1.68.
Run the
pod mpaas update 10.1.68command. If a command error occurs, update the plugin by running thepod mpaas update --allcommand, and then run the update command again.Run the
pod installcommand.
API changes
For information about API usage changes, see the adaptation section for each component.
Handling custom baselines
If you use a custom baseline, you may need to create a new one that is based on the new version. To confirm, submit a ticket or contact the mPaaS helpdesk.
List of libraries updated for iOS 14
APMobileLBS
MPLBSAdapter