iOS Development: After updating my iPhone 4 to iOS 4.3 Beta 3, my app says “This game is not recognized by Game Center”

可紊 提交于 2019-12-24 10:11:29

问题


I've been building an iPhone game for the last couple months using XCode 3.2.5 and iOS 4.2 and I'm about to submit it to the App Store. Before I do that, however, I wanted to test it against iOS 4.3 Beta 3, so I downloaded the latest beta SDK, installed it in a separate location, and updated the device to iOS 4.3 Beta 3. Now, when I run the game and it attempts to authenticate the local player in Game Center, it pops up a box saying "This game is not recognized by Game Center". Why?

I tried logging out of Game Center though the Game Center app and restarting my app, but I was already logged out, so the problem doesn't appear to be the result of trying to use a non-sandboxed account. Also, I noticed that it runs fine in the 4.3 Beta 3 Simulator. I only get this error on the updated device. Any ideas?

Thanks so much for you wisdom!


回答1:


Are you code signing with the provisioning profile specific to your app or with a wildcard provisioning profile? As far as I know, signing with a wildcard profile isn't allowed for accessing Game Center.

In the Game Center app, make sure you're not connected with an account in the production environment. If you have doubt, log out and start your application.



来源:https://stackoverflow.com/questions/4902061/ios-development-after-updating-my-iphone-4-to-ios-4-3-beta-3-my-app-says-this

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!