i have message from apple :
App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, "Project 66" 0.0.9 (0.0.9). Your delivery was successful, but you may wish to correct the following issues in your next delivery:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.
Best regards,
The App Store Team
any solution to fix this issue ??
The cordova team yesterday released 2019-11-25 a release [email protected] This release resolves the ITMS-90809 alert from the apple store.
cordova platform remove ios
cordova platform add [email protected]
Add <preference name = "WKWebViewOnly" value = "true" /> to your config.xml file
Run "cordova prepare ios" to apply the changes.
To recap:
https://cordova.apache.org/announcements/2019/11/25/cordova-ios-release-5.1.0.html#comment-4702612854
https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With