app store bug
fooddepotfidem opened this issue · 1 comments
fooddepotfidem commented
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
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