I fixed the leader id in a new update of my iOS based game and now I get it, has anyone seen this before? This is right after sending my turn data, calling endTurnWithNextParticipant.
It seems that the server also can no longer match players to each other, but offers to work fine. Everything works fine in the simulator, but not on the device.
Even with an error, the data is transmitted, and the other player sees it and can play the whole game to the end, but this error is recorded with each turn:
Domain Error = GKErrorDomain Code = 3 "The requested operation could not be completed due to a server related error." UserInfo = 0xee64400 {NSUnderlyingError = 0xee51590 "The operation cannot be completed. Status = 5001, Missing versions for adamId: 123456789 from bundleVersion: 1.4 adamId: 123456789 game: Tic Tac Toe Unlimited Free match: null", NSLocalizedDescription = due to server related error.}
Any ideas? Thanks
source
share