I’m using GameCenterManager from Apple and I would like to know if there’s a way to disconnect a game center authenticated user…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple documentation says that,
See : Apple Doc.
So I guess no, User must switch to Game Centre and disconnect their self from there.
Potential reason : Game centre serves to all game apps which supports game centre feature. So, it’s better to centralise a gamer’s id. Same id for all different games. Now in order to do that they must authenticate gamer from one gaming device and maintain the id in all other application as well.
Now, if you explicitly disconnect from game centre from your app, the user will get confuse when he/she goes to another app and try to upload the score.