Game Center not working for beta?

EastboundEastbound Member, BASIC Posts: 1,074
So I've implemented Game Center using tshirtbooth's youtube video as a guide, but after at least a week of submitting scores in the beta, I still only see 1 score on 1 high score table that submitted properly.

I've heard the scores can be delayed, but this delayed? I've gone back over the id's and such and don't see anything out of place. Any word from somebody that has successfully implemented GC into a game would be appreciated!

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    I know it takes some load time to actually upload the score. So if you are changing scenes or something to fast before a score loads I would guess that would cause it to do something like that. Also you have to give a few seconds between each post if you are loading more than 1 score at a time.
  • EastboundEastbound Member, BASIC Posts: 1,074
    tenrdrmer said:
    Also you have to give a few seconds between each post if you are loading more than 1 score at a time.

    Can you clarify what you meant by this? I'm uploading 12 scores every time I try to "Submit to Game Center".
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Yep thats your problem. You have to have timers setup so upload score1 after 2 seconds upload score2 after 4 seconds upload score3 etc. Or find other ways to get them to upload at different times. But whats happening is your game is requesting all 12 of them at once and it can only access one at a time from what I understand.

    Check out number 2 in yodapollos best practices list. http://gamesalad.com/forums/topic.php?id=23101
Sign In or Register to comment.