You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/23 19:27:54 UTC

[GitHub] [cordova-plugin-inappbrowser] yigitbacakoglu opened a new issue #680: Apple rejected my binary after inAppBrowser plugin

yigitbacakoglu opened a new issue #680:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/680


   After I added this plugin, apple rejects my binary upload.
   
   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 UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
   
   Is there any setting to figure this out?
   
   Thanks
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-inappbrowser] breautek commented on issue #680: Apple rejected my binary after inAppBrowser plugin

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #680:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/680#issuecomment-618622766


   Use `cordova-ios@5.1.1` and the latest version of `cordova-plugin-inappbrowser@3.2.0` along with the [WKWebViewOnly](https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html) flag.
   
   You'll need a [wkwebview plugin](https://github.com/apache/cordova-plugin-wkwebview-engine), but I see that you're already using `cordova-plugin-ionic-webview`, as long as that's up to date I think that's fine, but not 100% sure. You may need to ask ionic if they reference the `UIWebView` in their webview. 
   
   If you still see the deprecation warning using the versions I mentioned, then you have other plugins referencing `UIWebView`. Social media plugins are some common ones that gets people.
   
   I'm not sure how to get your frameworks to use the versions listed above. You may need to contact the appropriate capacitor support channels to learn more about that. Alternatively, people in our #cordova-ios [slack](http://slack.cordova.io/) channel may be able to help as well.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org