GameCenter All players and Friends

Hi all, i’m testing my application with gamecenter integration. When i submit the highscore or my friend submit highscore, we see eachother only in the Friends ladder and not in all players… is it normal?
Can someone explain me how sandbox gamcenter works?

Thanks a lot,
Andrea. [import]uid: 70929 topic_id: 27944 reply_id: 327944[/import]

I think scores should be posted in both friends and all players assuming you make the rankings in all players. However, you may need to wait 24 hours for scores to fully materialize.

Log out of Game Center. When you build/run your test app, you will be prompted to log into Game Center. Since this is a development app and not from the App Store, you will enter Sandbox mode. Your scores only exist in the sandbox and don’t appear to the normal Game Center network. Make sure to log out of Sandbox mode once you are done because it will interfere with normal Game Center operation (if you are playing shipping games on your device).

[import]uid: 7563 topic_id: 27944 reply_id: 113124[/import]

Thanks for the answer, i waited few hours and the hisgcore magically appears…
Thanks for the explanation to.
I have another question for you,
this line:

listener=requestCallback

refers to a existing requestCallback or i need to create it?
I need to call a function when the higscore submission is done for preventing crashes…
sorry for my English, i am Italian.

Andrea. [import]uid: 70929 topic_id: 27944 reply_id: 113169[/import]

You need to create it. [import]uid: 7563 topic_id: 27944 reply_id: 113221[/import]