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
(Note: ConnectionListener extends NSObject implements GPGStatusDelegate).
When I call gpgManager.signInWithClientID(CLIENT_ID, false); the accounts.google.com page shows up. And when I tap on 'Accept' the game screen gets reshown but my GPGStatusDelegateinstance does not receive anything.
In issue #176 this was solved by overriding the openURL method by the following lines to the class which extends IOSApplication.Delegate
Hello,
there is somehow no callback to my GPGStatusDelegate instance which I registered by
(Note: ConnectionListener extends NSObject implements GPGStatusDelegate).
When I call gpgManager.signInWithClientID(CLIENT_ID, false); the accounts.google.com page shows up. And when I tap on 'Accept' the game screen gets reshown but my GPGStatusDelegateinstance does not receive anything.
In issue #176 this was solved by overriding the openURL method by the following lines to the class which extends IOSApplication.Delegate
This method has since been deprecated so this solution no longer exists.
The text was updated successfully, but these errors were encountered: