We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Recently people has started receiving this warning when submitting apps that have references to UIWebView.
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.
Here's a Twitter thread from one Apple dev on the topic: https://twitter.com/NiklasMaerz/status/1167031874738434048
Although our app (which used this plugin) has not received the warning yet, but I find this plugin also uses UIWebView:
UIWebView
SocialSharing-PhoneGap-Plugin/src/ios/SocialSharing.m
Line 37 in 4740df8
So is there any plan to remove UIWebView reference and use WKWebView instead?
Thanks.
The text was updated successfully, but these errors were encountered:
iOS: Any plan to remove UIWebView and use WKWebView instead? #1052
bee99af
I've removed it in 5.6.0 so the iPadPopupCoordinates feature no longer works until someone makes it WKWebView compatible.
iPadPopupCoordinates
WKWebView
Sorry, something went wrong.
Nice. We must be on an old version as we still saw references. Will upgrade thank you. For this interested https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html
No branches or pull requests
Hi,
Recently people has started receiving this warning when submitting apps that have references to UIWebView.
Here's a Twitter thread from one Apple dev on the topic: https://twitter.com/NiklasMaerz/status/1167031874738434048
Although our app (which used this plugin) has not received the warning yet, but I find this plugin also uses
UIWebView
:SocialSharing-PhoneGap-Plugin/src/ios/SocialSharing.m
Line 37 in 4740df8
So is there any plan to remove UIWebView reference and use WKWebView instead?
Thanks.
The text was updated successfully, but these errors were encountered: