Game Center Feature Not Working
Hi. I tried submitting my app to the App Store and it got rejected. I found out why. My Game Center feature was not working which I found strange because I sure I putt in the correct leaderboard ID and everything. I even made sure that it logged the player into Game Center. So what I did was ad hoc test it by plugging it in, going into Xcode and to devices, then I clicked the plus button to add a new app and put my app on my phone. When I went on it on my phone it did not log me into Game Center and would not show me my leaderboard. How can I fix this?
Comments
Did you sandbox test it?
Sandbox tests of Game Center works on my apps with the newest build. (12.6)
See my videos on Game Center part three shows you how to sandbox test.
I've had pretty much exactly the same problem.
At first it looked like Apple had screwed up, but it may have been my fault.
The game file I was using had an old GC log-in at the start - the behaviour's now called 'Platform Log-in'.
I'm hoping changing it to the more up to date behaviour will fix it, but can't be 100% sure. Will check out Dave's video (but currently can only find parts 1 & 2).
QS
Edit: I should mention that I'm using .11.1.11 - not keen on upgrading and facing a minefield of graphics questions :O
Well, having got rid of the 'Game Center Log-in' behaviour and replacing it with the 'Platform Log-in' (as described above) seems to have done the trick!
Fingers crossed!
@VinnyAmatoGames - is your game file quite old? If it is, it might be worth checking what I've done.
Cheers,
QS =D