You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very annoying bug completely stopping development work. The moment I add any auth scopes to my connection script, the login to Google Play never seems to conclude - it resulting in a spinning circle and an empty pop up box. I need the additional scope to exchange the auth code for an id token on my backend server.
Without the additional 0authScope below, it will connect but I require it for the reason above. At first I thought it might be because I had the wrong syntax but I've also tried without the url and just the string 'profile' - still, the same problem persists.
Very annoying bug completely stopping development work. The moment I add any auth scopes to my connection script, the login to Google Play never seems to conclude - it resulting in a spinning circle and an empty pop up box. I need the additional scope to exchange the auth code for an id token on my backend server.
Without the additional 0authScope below, it will connect but I require it for the reason above. At first I thought it might be because I had the wrong syntax but I've also tried without the url and just the string 'profile' - still, the same problem persists.
`
`
I'm calling/testing the auth with:
Social.localUser.Authenticate((bool result) => { isAuthorized = result; if (!result) { ...
The text was updated successfully, but these errors were encountered: