Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application is not recognized by Game Center after building with Xcode 6.0.1

I was building my game app on Xcode 5.1. The Game Center code is already in place and I've already configured my app through iTunes Connect (such as creating the app entry, setting the bundle identifier, setting up the game center leaderboards).

I got my app working with Game Center successfully when I was in Xcode 5.1. The scores would report to the leaderboards like it should, and I can see my leaderboard entries,etc.

I decided to install Xcode 6.0.1 today. I basically compiled my project with this new version of Xcode. But now when I run my app, I get this from my log:

GameKitHelper ERROR: {
NSLocalizedDescription = "The requested operation could not be completed because this application is not recognized by Game Center.";

}

My app is not recognized by Game Center anymore. All is the same. I did not change anything. Just compile and run, and that's it.

Anyone experiencing this problem when compiling and running Game Center enabled apps in Xcode 6.0.1?

like image 743
aresz Avatar asked Sep 18 '14 14:09

aresz


1 Answers

Alright I'm able to figure out why. Forgot to mention that I upgraded my test iOS device to 8.0 as well.

It turns out that you need to go to Settings>Game Center and manually enable Sandbox.

I got it working now. Hopefully this helps anyone who face this issue.

like image 200
aresz Avatar answered Sep 28 '22 06:09

aresz