My app has a consumable item for purchase. Once purchased, it is consumed immediately, and the item's location is then permanently stored in the app.
What is the best way to achieve this? Should I use something like SharedObject, or do the contents of those get cleared when the app version updates?
Thanks for any help or ideas.