Hi,
I’m making the gameNetwork init call: gameNetwork.init(“gamecenter”, callback) and everything works fine.
However, in the case that the user is not logged in to Game Center and they cancel the login screen, they will be prompted to sign in up to 2 more times if they leave the app and then resume it. I’m trying to eliminate this behavior by detecting the sign in screen shown and then a failed login. Detecting it is easy, but I don’t see any way to deactivate the gameNetwork object.
Does anyone know how this would be done? Basically I just want to remove all the gameNetwork listeners so it doesn’t continue to try to log in every time the game is resumed.
Thanks in advance.
Regards,
~David