Skip to main content
Participant
March 2, 2013
Question

save score

  • March 2, 2013
  • 1 reply
  • 440 views

hi,

i try to save score with file directory on flash air as3, but when i publish the app for testing and install it again on my phone

all the score removed.

how can i fix it? or there is another way to save it?

thanks!

This topic has been closed for replies.

1 reply

Inspiring
March 3, 2013

I use iPhone Configuration Utility to fast install and uninstall my apps, but with that program the save files are removed when uninstalled. Doesn't matter if you uninstall with the program or on the phone.

The only program I've found that keeps the save files is iTunes (which I never ever use, unless I need the save file to remain when installing a newer version).

For iTunes to keep the save file of the app when uninstalled, you need to have a newer version number on the new app.

So, for example:

Install hello.api v1.0... create save... uninstall... now to keep the save file, you have to install hello.api v.1.1, and woalla, save file not removed. But if you install a new version of hello.api v1.0, then the save is removed.

That's how it's for me anyway, haven't tested it much, it's all about the version number.