hamid-hassani opened a new issue #854:
URL: https://github.com/apache/cordova-ios/issues/854


   Hi,
   I am still get ITMS-90809 error and rejection by apple for using UIWebView 
using. However I do not use any of that.
   
   All plugins are updated:
   <code>
   card.io.cordova.mobilesdk 2.1.0 "CardIO"
   com-badrit-base64 0.2.0 "Base64"
   com.paypal.cordova.mobilesdk 3.5.0 "PayPalMobile"
   cordova-plugin-camera 4.1.0 "Camera"
   cordova-plugin-compat 1.2.0 "Compat"
   cordova-plugin-device 2.0.3 "Device"
   cordova-plugin-file 6.0.2 "File"
   cordova-plugin-file-transfer 1.7.1 "File Transfer"
   cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
   cordova-plugin-ios-camera-permissions 1.2.0 "iOS Permissions"
   cordova-plugin-nativestorage 2.3.2 "NativeStorage"
   cordova-plugin-splashscreen 5.0.3 "Splashscreen"
   cordova-plugin-statusbar 2.4.3 "StatusBar"
   cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine"
   es6-promise-plugin 4.2.2 "Promise"
   onesignal-cordova-plugin 2.9.1 "OneSignal Push Notifications"
   </code>
   
   I am using latest ios-cordova:
   
   <code>
       @ionic/cli-utils  : 1.19.1
       ionic (Ionic CLI) : 3.19.1
       cordova (Cordova CLI) : 9.0.0 ([email protected]) 
       @ionic/app-scripts : 3.1.9
       Cordova Platforms  : ios 5.1.1
       Ionic Framework    : ionic-angular 3.9.2
   </code>
   
   
   And when using proper flags in config.xml
   <code>
       <preference name="WKWebViewOnly" value="true" />
       <feature name="CDVWKWebViewEngine">
           <param name="ios-package" value="CDVWKWebViewEngine" />
       </feature>
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
   </code>
   
   
   Searching "uiwebview" in Xcode only returns matched folder of:
   CDVUIWebViewEngine
   
   
   
   Is there any help? I read all other related topic,still no chance.


----------------------------------------------------------------
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