This topic describes the adaptations for iOS 15 in the mPaaS 10.1.68 baseline and the tasks that you must complete.
Background
iOS 15 was officially released in September 2021. Applications must be adapted for the new system features and interfaces. mPaaS has completed the adaptation and testing for iOS 15 in baselines 10.1.68.38 and later.
Current status
mPaaS has completed the adaptation and testing for iOS 15 for IPA packages built with Xcode 12. If you plan to publish your application on the Apple App Store, use Xcode 12 for packaging. The toolchain for Xcode 13 is being improved. After the toolchain is ready, mPaaS will release a version adapted for iOS 15 built with Xcode 13.
Upgrade the SDK and components
Upgrade using CocoaPods
To install the latest SDK of version 10.1.68, follow these steps:
Ensure that the version number of the mPaaS components in the Podfile is 10.1.68.
Execute the
pod mpaas update 10.1.68command. If a command error occurs, first update the plug-in by running thepod mpaas update --allcommand, and then execute the update command again.Execute the
pod installcommand.
API changes
This adaptation includes no API changes.
Handling customized baselines
If you use a customized baseline, you may need to re-customize it for the new version. For assistance, you can join our DingTalk group by searching for group number 145930007362.
List of libraries updated for iOS 15
Mini Program
H5 Container
Some internal dependent components
After you complete the adaptations for iOS 15, perform comprehensive regression testing on iOS 15.