I have a question about step-by-step GameCenter functionality. The free version of the application will allow users to create a maximum of 3 matches at a time and block any attempt to create auto-negotiation or invite another player. My problem is this: that if a player who has no restrictions on creating matches invites another player who has reached this limit, the game will go through, and I don’t want to.
Is there any property that I can set to a player who has reached the match limit? I know that I can create a match and disconnect players if the conditions are not met, but this is also something that I really would like to avoid.
source
share