Open pseudocolor opened 4 years ago
+1 Same issue
+1 Same issue
This is solved in a branch. See https://github.com/googlesamples/google-signin-unity/issues/122
Did you manage to find a solution to this? @pseudocolor
I tried the branch, but it has following issue: https://prnt.sc/scrmze
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?
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
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.
@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.
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?