Game Center Help...

OK, so I have all my Game Center setup...I did it myself...watched Gurus video that only shows IAP's not scores...I watched a several year old tshirtbooth video from back in the iOS4.0 days....leaderboards won't show score when in sandbox mode........all I need to know is...is this code correct...its from a template...no video shows all this string...contacted the template maker and he asked me to watch videos. great video but doesn't answer my question.

I can't get the scores to post.

please see the image below....just so I was not suppose to be able to mess up this template in any way...I only place my leaderboard ID in the quotes as you see here...before it said this long string then "leaderboard_ID"....so I put in my leaderboard ID..."com.shookie.incoming"....I have waited 2 days now for a single score to post and it doesn't...I don't know if stupid ass Apple is making this fail or if the code it suppose to be like this or if Im suppose to just put ONLY... com.shookie.incoming...if anyone knows what to do I would like some advise if you can give it.

Thak you
TC

Best Answers

  • jonmulcahyjonmulcahy Posts: 10,408
    Accepted Answer

    your rule is bad:

    tableCellValue(game.TB_Score,1,'com.shookie.incoming')

    what are you saying here is that you want the cell value from the table TB_Score in row ** 1** and in column called "com.shookie.incoming".

    when pushing a achievement or leaderboard score all you do is put in the leaderboard ID you configured in itunes connect.

    my suggestion is to delete those rules and forget about the template, follow one of the newer templates or just don't use tables.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Posts: 9,922
    edited May 2014 Accepted Answer

    Yeah all you need in there is the ID. That table expression makes no sense, it's not a proper expression. The table cell value expression is to locate data in a specific table and a specific row and column in that table. Seems you need a bit more study on the structure of expressions.

    Who made the template? That's some horrible coding if that's how they did it. I wouldn't trust the template maker as that is pretty pathetically terrible.

Answers

Sign In or Register to comment.