Skip to main content
Known Participant
February 14, 2012
Question

Best way to remotely update data in iPhone game?

  • February 14, 2012
  • 1 reply
  • 387 views

I'm thinking of developing an iPhone game, and one of the things I definately want to be able to do is update values in the game remotely from a server, without having to re-submit the IPA file to apple, so I was wondering what would be the best approach to do that? I'm developing in Flash CS5.5.

This topic has been closed for replies.

1 reply

User Unknow
Legend
February 14, 2012

It's easy if you want upade game files, not game engine binary.

You can make your app that will load swf file. So you can make engine that will load all files externaly from device. Firstly you run app and if it connected by wifi - ask user for upadate wish and that simply download from http files as binary and save they using FileSystem