cordova-plugin-filepickerio
cordova-plugin-filepickerio copied to clipboard
UIWebView deprecated, can't submit to App Store
I just got this back from Apple after my app submission:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
I will try to make the fixes and send a PR.
If there's a shorter way, pls let me know.
Thanks for considering contributing. Happy to merge any PRs.
Shucks, I thought it would be as simple as replacing references to UIWebView with WKWebView, but that doesn't seem to have worked (the only reference I could find was in src/ios/libs/AFNetworking.framework/Headers/UIWebView+AFNetworking.h).
Everything still compiles, but I get the same error from Apple.
It's late here, so I'll take another look tomorrow. Any pointers would be very much appreciated though.
Thanks!