cdub
cdub

Reputation: 180

Game Center new match invite automatically and immediately declined by invitee

I have a Game Center/GameKit iOS app (Swift2 iOS9) that uses GKTurnBasedMatch. I am having a problem with only a subset of online GC friends, where new matches to them are immediately declined. This is not done by the friend but somehow it is happening automatically. With other friends, the match is received and continues just fine.

What are the conditions (proper and corrupt) where Game Center will automatically decline a new match?

Upvotes: 0

Views: 401

Answers (1)

cdub
cdub

Reputation: 180

This problem occurs when you are testing and your build is newer than your invitee's build. Interestingly, persons with lower build numbers are still able to successfully start matches with persons with higher ones.

Upvotes: 2

Related Questions