EddyVerbruggen/cordova-plugin-googleplus

Depreciated UIWebView APIs error from Apple

Open

#649 aperta il 4 ott 2019

Vedi su GitHub
 (52 commenti) (0 reazioni) (0 assegnatari)Java (623 fork)github user discovery
help wantediOS

Metriche repository

Star
 (566 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It looks like the plugin is causing a warning from Apple about the UIWebView API usage:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs .

issue is just for cordova-ios, I used version https://github.com/apache/cordova-ios/pull/663 to remove UIWebView. When pushing an app without the googleplus plugin, there is no warning. Warning when adding plugin. So this plugin will also need an update to remove UIWebView code.

Will this be removed from future versions of the plugin?

Any quick way to remove it when building the binary?

Guida contributor