ITMS-90809: Deprecated API Usage - existing app that use UIWebView are no longer accepted

前端 未结 9 2191
星月不相逢
星月不相逢 2020-12-30 23:43

ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebV

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 00:00

    Yes, Apple did change the policies Are you using ionic? if so, install these:

    1. cordova plugin add cordova-plugin-ionic-webview@latest
    2. npm install @ionic-native/ionic-webview

    Then add this to your config.xml under ios platform:

    
    `
    
    
    
    

    Finally run ionic cordova prepare ios to reflect the changes then run ionic cordova build ios --prod

    PS: Make sure you have only one webview plugin installed.. either this or the 'cordova-webviewengine'. But the above method worked for me and my app is in app store now

提交回复
热议问题