arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

app store bug #1153

Open fooddepotfidem opened 3 years ago

fooddepotfidem commented 3 years ago

I use cordova-plugin-firebase plugin in my project and when submitting it to the store I see this ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Who can help me?

rolloaxel commented 3 years ago

Can you attach your project ionic info please ?

I got the same message, but I was because of my version of ionic I'm using (ionic v3).

Resolved by adding <preference name="WKWebViewOnly" value="true" /> on the config.xml file