Instructions to upgrade to Cordova plugin version to 10.0
To handle the new Cordova Android and iOS targets we need to set the targets for iOS and Android within the config.xml
.
<platform name="android">
..
<preference name="android-targetSdkVersion" value="32" _>
..
<_platform>
<platform name="ios">
..
<preference name="deployment-target" value="13.0.0" _>
..
<_platform>