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
{{ message }}
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
After some time experimenting/googling, i noticed the following:
If the user cancels the login at game center, the app cannot present the game center log in again until the player reopens the app.
If the user cancels the login for 3 times, he will never be able to sign in through the app again (without resetting the device). Redirect the user to sign in through Settings > Game Center.
The text was updated successfully, but these errors were encountered:
As you have found out, if the Game Center authentication dialog is canceled 3 times, then you can't bring it back without resetting the device.
There is another "security feature" built into Game Center which does not allow an app to re-authenticate if the user has already canceled the dialog without leaving the app. So for your authentication dialog to show, the user must leave and then re-enter your app.
Important: Game Kit handles opting out of Game Center across all games that support Game Center. If a player has already declined to create an account, when your game authenticates the player, it is told there is no authenticated player. The player never sees an authentication dialog. Because Game Kit handles this process across all games, your game should not include its own mechanism to disable Game Center authentication or ask a player’s permission to authenticate. Instead, your game should simply authenticate the player every time it launches and respond appropriately when authentication completes.
riwu
changed the title
Game center login limit
Game center present login limit
Apr 7, 2017
riwu
changed the title
Game center present login limit
Game center present login limitations
Apr 7, 2017
After some time experimenting/googling, i noticed the following:
If the user cancels the login at game center, the app cannot present the game center log in again until the player reopens the app.
If the user cancels the login for 3 times, he will never be able to sign in through the app again (without resetting the device). Redirect the user to sign in through Settings > Game Center.
The text was updated successfully, but these errors were encountered: