arnesson/cordova-plugin-firebase

Depreciated UIWebView APIs error from Apple

ngocnguyenvan26 opened this issue · 7 comments

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?

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