Best Way to save player Progress in game

What’s the best way to save player progress in your game ?  i  need know what’s the player top score, porwer ups , money ,  etc. is a text file save in device or existis another way ? 

thank’s for help

You might want to take a look at this blog post…

http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/

It’s something I threw together a while back.  Basically put everything you want to save in a table and use these functions to load and save them.

Rob

You might want to take a look at this blog post…

http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/

It’s something I threw together a while back.  Basically put everything you want to save in a table and use these functions to load and save them.

Rob