I'm implementing my first Turn Based game with Game Center, and I'm having a difficult time understanding who receives the notification from
player(_:wantsToQuitMatch:)
.
Does the current player who is quitting (via some in-game quitting method) get this notification? Do other players get the notification when the current player quits? What happens if the current player quits from within Game Center (removes the game)?
I've tried removing a game in Game Center, when it's my turn, and the method doesn't get triggered for the players still in the game. I can't get that method to trigger.