Skip to main content
Notice removed Canonical answer required by CommunityBot
Bounty Ended with no winning answer by CommunityBot
Tweeted twitter.com/#!/StackGameDev/status/596074608777900032
Notice added Canonical answer required by you786
Bounty Started worth 100 reputation by you786
added 6 characters in body
Source Link

What is the bestI'm looking for a good way to store virtual goods and virtual currency balance in an Android game. Since these are "consumable" or "unmanaged" goods the balance is not backed up by Google and so there is a need for a solution that is:

  • Can't be hacked easily
  • Can easily be extended with additional goods and currencies
  • Survives application shut down and device boot

What is the best way to store virtual goods and virtual currency balance in an Android game. Since these are "consumable" or "unmanaged" goods the balance is not backed up by Google and so there is a need for a solution that is:

  • Can't be hacked easily
  • Can easily be extended with additional goods and currencies
  • Survives application shut down and device boot

I'm looking for a good way to store virtual goods and virtual currency balance in an Android game. Since these are "consumable" or "unmanaged" goods the balance is not backed up by Google and so there is a need for a solution that is:

  • Can't be hacked easily
  • Can easily be extended with additional goods and currencies
  • Survives application shut down and device boot
Source Link

Saving virtual goods balance in Android Game

What is the best way to store virtual goods and virtual currency balance in an Android game. Since these are "consumable" or "unmanaged" goods the balance is not backed up by Google and so there is a need for a solution that is:

  • Can't be hacked easily
  • Can easily be extended with additional goods and currencies
  • Survives application shut down and device boot