-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Depreciated UIWebView APIs error from Apple #1114
Comments
+1 |
Has the plugin team found a workaround for this?Updating to latest cordova-ios is also not working. |
@ngocnguyenvan26 did you get any update on this? Apple has announced the deadline as APRIL 2020 |
@robertarnesson can you Please help us with this issue. Are you planning to release any new version of firebase?? |
@ngocnguyenvan26 , when you mentioned your removed firebase plugin, you just did "ionic-cordova plugin rm cordova-pugin-firebase" or also removed @ionic-native/firebase" and all the related firebase code too??? |
May 12, 2020 - Apple is now rejecting apps that use this plugin due to it still using UIWebView instead of WKWebView. Is there a release-candidate for this fix? |
apple is rejecting if i used firebase in ionic 5 with cordova ,plz help |
It looks like the plugin is causing a warning from Apple about the UIWebView API usage:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs .
issue is just for cordova-ios, I used version apache/cordova-ios#663 to remove UIWebView. When pushing an app without the this plugin, there is no warning. Warning when adding plugin.
So this plugin will also need an update to remove UIWebView code.
Will this be removed from future versions of the plugin?
Any quick way to remove it when building the binary?
The text was updated successfully, but these errors were encountered: