My app is trying to show the GKMatchRequest screen when the user taps on a button. If the user isn't authenticated by then, an alert is shown (within GameKit) that displays an alert saying "Multiplayer Unavailable – Player is not signed in". I didn't implement this alert view in my code, is there a way to remove it so I can implement my own alert-type view?

有帮助吗?

解决方案

Don't allow your user to tap the button until your authenticateHandler block is called.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top