GKTurnBasedMatch matchData的最大尺寸

我一直在寻找一个明确的答案,但我得到了一些不一致的答案。 苹果文档状态64k字节。 然而,网上我发现多个来源,说4k字节是最大的。 这是iOS 5和iOS 6的区别吗?

现在是4KB,现在是64KB。

来源: https : //developer.apple.com/news/index.php?id = 02012012a

Definative,或不,但我认为,以前的限制是4 kB,现在这个限制已经提高到64K。 不是100%肯定的。

有一个只读属性,名为: matchDataMaximumSize实例的GKTurnBasedMatch ,它将返回“ [Returns the limit the Game Center servers place on the size of the match data. (read-only)][1]

 According to documentation following is data size limit 1. Limit the size of unreliable messages to 1000 bytes or smaller in size. 2. Limit the size of reliable messages to 87 kilobytes or smaller in size. [ http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/GameKit_Guide/Matchmaking/Matchmaking.html ]