How to share game data using game center?

Hi,
Anyone has any idea how to share game data through game center?
I am trying to make something similar to Tiny Tower where players can view their Game Center friend’s tower.

Only way I can think of is to create a few GC leaderboards and somehow fit all the data in it, then retrieve the info using gameNetwork.request( “loadScores”…

Thanks [import]uid: 49513 topic_id: 22916 reply_id: 322916[/import]

I haven’t thought about this. But FYI, on iOS 5+, there is an additional “context” parameter you can set with a number when you set a high score. That will give you one more variable to store data on the network.

[import]uid: 7563 topic_id: 22916 reply_id: 91618[/import]

thanks ewing for the info.

Openfeint offers blob, but if to include openfeint then I have to give up “in-game game center”.

I will try upload the info to my own server, and sort users by game center ID(I think this is how tiny tower does it). [import]uid: 49513 topic_id: 22916 reply_id: 91735[/import]