Game Center issue during review...any thoughts on what Im doing wrong?
Apple
Mar 18, 2014 01:00 PM
Reasons
2.3: Apps that do not perform as advertised by the developer will be rejected
2.3
This app incorrectly implements sandboxing as it provides Game Center functionality (see screenshot) but does not include the necessary "com.apple.developer.game-center" entitlement. Please update the app to include this entitlement and submit a revised binary.
Additionally, the app's Game Center Leaderboards are not submitted
..................................................................................................................................................
Here is the "code I have for the "post high score in Game Center actor "when pressed"
see screenshot...
Best Answer
-
jonmulcahy Posts: 10,408
well you create your leaderboards under the general application page, which is what you did. but if you click on actual version of your app, which is the bottom left of the middle section, where you edit the description, you have to submit them for review.
Answers
Where is your login behavior?
Ah...one my first scene...Ill post a pic...edited on my first post this evening...thanks I should have included that.
Here is my login behavior...on the first start up scene @fryingbaconstudios
What about deleting test date b4 submitting?
I dont know what that is refering too. I dont have a "test date".
You need to go into iTunes connect and submit the leaderboard under the actual app version you are pushing.
The entitlement is a build issue. If republishing doesn't fix it make sure you submit a support ticket.
So...another question @jonmulcahy
Am I suppose to build the app, publish to itunes and THEN setup my leaderboards? I set them up before even uploading a binary. Im not sure if that would be an issue...I cant see that it would...but your saying to just republish and upload again? That would kind of suck it would take at least 5 days to know if that fixed the issue.
If I must...I will. :-(
Ahhh. Ok I did not submit them for review. Thanks a ton.
Update....
They say I have to use this entitlement
"com.apple.developer.game-center"
Its not even a choice in the required entitlement drop menu or even optional. Every step is a freakin leap with apple. Ive decided to NOT use game center on this game and removed the behaviors and disabled in iTunes. Im going to look around for a simple dummy proof tutorial.