google-signin-unity
google-signin-unity copied to clipboard
Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
I added "https://www.googleapis.com/auth/profile.agerange.read" Google OAuth consent screen and "AdditionalScopes". How will I access these results? This package has not been updated for a very long time and remains incomplete.
I am new and looking for implementing additional scope. Sign in is working. I wanted to retrieve **birthdate** but i realized that required api additional scope. Can anyone please give...
If you do this actions 'sign out -> sign in -> sign out -> sign in' on a device without play services, you may get endless future from sign in...
I got this errors in xcode: #import @interface GoogleSignInHandler : NSObject error 'Cannot find protocol declaration for 'GIDSignInUIDelegate'; did you mean 'GIDSignInDelegate'?' 2------ // Setup the Sign-In instance. GIDSignIn *signIn...
This plugin asks for permission to get the users account details on login, is there a way to get it to remember that choice? 
2019-01-27 18:33:43.228 4776-4799/com.hoge.test D/Unity: Unable to lookup library path for 'native-googlesignin', native render plugin support disabled. 2019-01-27 18:33:43.229 4776-4799/com.hoge.test E/Unity: Unable to find native-googlesignin 2019-01-27 18:33:43.303 4776-4799/com.hoge.test E/Unity: DllNotFoundException: native-googlesignin...
### purpose - I was trying to use this project with `play-services-resolver-1.2.124.0` and found: - opened with recent Unity Editor, build was failed - for iOS, generated xcode project is...
When signing in with Google, I'm configuring GoogleSignIn to request an auth code to access a third-party server API. After the user logs into the app for the first time,...
I did same as sample I guess.... but my app get crash after GoogleSignIn.DefaultInstance.SignIn() I just add these : configuration = new GoogleSignInConfiguration { WebClientId = webClientId, RequestIdToken = true...
Hi! In my app I am using FireStore with Google Sign In. I'm getting the error when trying to sign in with an under 13 years old child's google account....