来自Game Center 入门文档
A player might have the same Game Center enabled game loaded on multiple devices. If your
app has reported progress on an achievement from one device, note that the same
achievement progress data will be provided by Game Center on other devices where the user
plays your game. However, other game state maintained by your app may not be in sync and
should be handled accordingly.
我对 iOS 开发比较陌生,即将开始研究如何在不同硬件(iPhone、iTouch 和iPad) 运行我的游戏,我希望我能从 SO 用户那里获得一些关于执行此操作的好方法的见解。我需要为此构建一个 Web 服务吗?iTunes 可以用来同步这些数据吗?是否有专门为此构建的 API?
谢谢你的智慧!