EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 630 forks source link

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. #698

Open Kavyagupta24 opened 4 years ago

Kavyagupta24 commented 4 years ago

I'm using Cordova to build iOS apps. When I'm uploading a build to AppStoreConnect, I'm getting the well known deprecation message:

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

The plugin is using UIWebView. Please update the plugin removing all UIWebView usage and using WKWebView.

franciscogar94 commented 4 years ago

Im using this plugin and i have no WebView Problem. You should use Cordova-ios@6.0.0. https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0

jaclynjessup commented 4 years ago

Im using this plugin and i have no WebView Problem. You should use Cordova-ios@6.0.0. https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0

What version of this plugin are you using? Are you using 8.5.0?

franciscogar94 commented 4 years ago

Yes. I'm using this plugin version 8.5.0 on cordova-ios 6.1.0.

jleira commented 4 years ago

Same error, I am using this plugin version 7.0.2 on cordova-ios 6.1.0. because in version 8.5.0 the application does not compile

djdannycastillo commented 3 years ago

I have the same error, I'm using plugin version 8.5.0 with cordova-ios@6.1.0 and it doesn't work.

I have this error

CompileC /Users/danny/Library/Developer/Xcode/DerivedData/XXX-ehsqdssmjoksssavnabsbqzwboqz/Build/Intermediates.noindex/XXX.build/Debug-iphonesimulator/XXX.build/Objects-normal/x86_64/GooglePlus.o /Users/danny/Mobile/xxx/platforms/ios/XXX/Plugins/cordova-plugin-googleplus/GooglePlus.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

Any solution?

jleira commented 3 years ago

Yeah, use capacitor

El jue., 25 de febrero de 2021 2:23 p. m., djdannycastillo < notifications@github.com> escribió:

I have the same error, I'm using plugin version 8.5.0 with cordova-ios@6.1.0 and it doesn't work.

I have this error

CompileC /Users/danny/Library/Developer/Xcode/DerivedData/XXX-ehsqdssmjoksssavnabsbqzwboqz/Build/Intermediates.noindex/XXX.build/Debug-iphonesimulator/XXX.build/Objects-normal/x86_64/GooglePlus.o /Users/danny/Mobile/xxx/platforms/ios/XXX/Plugins/cordova-plugin-googleplus/GooglePlus.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

Any solution?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/698#issuecomment-786142828, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC4BT2M6UXY7MXKBRGUAG3TA2PSNANCNFSM4NZOPZ6A .

-- El presente correo no representa la opinión o consentimiento por parte de la Universidad del Norte por lo que no adquiere responsabilidad alguna por el contenido del presente mensaje. Este correo proviene de una cuenta que la Universidad ofrece a los egresados de la Institución, evento en el cual tanto el mensaje como sus anexos son confidenciales. Este mensaje ha sido verificado con software antivirus; no obstante lo anterior, la Universidad del Norte no garantiza que sea seguro o que no contenga errores o virus por lo que nos e hace responsable por su transmisión.

khanghyxda commented 2 years ago

The same issue