ios - Is it possible to store user-generated-content on Game-Center and share among all users? -


we implementing leveleditor our game , want enable submitting user-generated levels. other users of game should able play these levels. possible store levels in gamecenter or way achieve set dedicated server?

in case have go our own server, there preconfigured services scenario? dropbox, nice api instead of having code ourselves ground up.

thanks lot!

gamecenter not have support downloadable content. peer-to-peer share small payloads of data between players using matching api, that's pretty not want.

in thinking other services, first/easiest thing comes mind me use amazon s3. it's super-simple, reasonably cheap, has content distribution, availability, etc. (sure beats running own server, anyway.)


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -