blgsyrmhnds opened a new issue #930:
URL: https://github.com/apache/cordova-ios/issues/930


   **Bug Report**
   **Problem**
   We have updated the Cordova iOS library to the latest version in 
package.json ("cordova": "^9.0.0")
    and  the tag  
   ```
   <preference name="WKWebViewOnly" value="true"/>
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine"/>
       <feature name="CDVWKWebViewEngine">
         <param name="ios-package" value="CDVWKWebViewEngine"/>
       </feature>
   ```
    was added to the config.xml. 
   
   and then do iOS Release Build and it genarate .ipa file for upload to apple 
store but when I upload it to apple store it give that error
   
   **I use phonegal build but today i get this error when upload .ipa to apple 
store
   
   ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer 
accepted. Instead, use WKWebView for improved security and reliability**
   
   I removed all cordova plugins but in monaca build log I see both wkwebview 
and UIWebview ,how can I remove all UIWebview references.I don't know where 
UIWebiew generate,I don't use any cordova plugins
   
   I asked it in community page but no answear 
yet:https://community.onsen.io/topic/4076/itms-90809-deprecated-api-usage-new-apps-that-use-uiwebview-are-no-longer-accepted-instead-use-wkwebview-for-improved-security-and-reliability
  
   
   and here is my app url: 
https://console.monaca.mobi/build/5ef8c3eee78885923d22db61/ios-build 
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to