cordova-plugin-filepickerio icon indicating copy to clipboard operation
cordova-plugin-filepickerio copied to clipboard

UIWebView deprecated, can't submit to App Store

Open graemian opened this issue 2 years ago • 2 comments

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.

graemian avatar Mar 30 '23 21:03 graemian

Thanks for considering contributing. Happy to merge any PRs.

dbaq avatar Mar 30 '23 21:03 dbaq

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!

graemian avatar Mar 30 '23 22:03 graemian