googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
424 stars 231 forks source link

Problem with iOS appstore deprecated API usage of UIWebView #145

Open pseudocolor opened 4 years ago

pseudocolor commented 4 years ago

I got this deprecated issue when submiting to iOS appstore

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

Im suprised that nobody ever mention this on github, forums or anywhere.

Do we have fixes for this?

dushyant-trivedi commented 4 years ago

+1 Same issue

ErwinPS commented 4 years ago

+1 Same issue

kromley commented 4 years ago

This is solved in a branch. See https://github.com/googlesamples/google-signin-unity/issues/122

AnjumShakeelJanjua commented 4 years ago

Did you manage to find a solution to this? @pseudocolor

mtfuji25 commented 4 years ago

I tried the branch, but it has following issue: https://prnt.sc/scrmze

pseudocolor commented 4 years ago

This is solved in a branch. See #122

@kromley I dont really understand xcode, after I clone the branch, what should I do beside replacing the Assets folder in my project with Assets folder on the zip in Unity?

do we have to do anything in xcode as well? or where do I get the googlesignin pod 5.0 for xcode?

pseudocolor commented 4 years ago

Did you manage to find a solution to this? @pseudocolor

yes, finally the warning is gone. thanks just use @lukezbihlyj branch

https://github.com/lukezbihlyj/google-signin-unity

or if you already installed google sign plugin, just copy/replace Assets folder in his commit. just make sure your other sdk or unity is already safe and not using uiwebview. unity ads 2.0 was installed in my Unity by default, should be removed or update to latest version

kudos to @lukezbihlyj also thanks for @kromley for pointing this fix

nimrodbens commented 4 years ago

any way to just exclude this package from iOS? it is enough for me that it's working on android and i couldn't fix the UIWebView thing.

Siddhant-pixel commented 4 years ago

@lukezbihlyj hello , I am facing same issue of Unity web view while uploading build over test flight. I have tried using the latest plugin which you shared and others too which have been mentioned over commit. Still having same issue. Is there any way out to fix this issue. Tried it over Unity 2019.2.5 and 2019.4.11 LTS as well . Same issue > Any hele will be appreciated. Thanks.