- May 8, 2012
- 4,334
- 3
Hi there [MENTION=4573]Scumble373[/MENTION]
In my relentless pursuit to get saved_data synchronized with other owned devices, I came across http://developer.android.com/guide/topics/data/backup.html
As far as I can tell, this native function is not configured in the TPA Android build. This solution may be a good stopgap to consider while GPG support is being negotiated (or vetoed). It should not be considered a replacement for GPG Cloud Save, because the service is not able to be called "on demand".
Most Android users opt to have their Android App state data backed up when they set their device up. Implementing this solution would at least prevent folks losing all their achievements when they have to factory reset their device, or transfer the game onto another device (for example, when a user upgrades from a phone to a tablet)
I think if you made a point in the What's New section that this is how your game achievements are synchronized, folks could then opt into the service if they haven't already done so.
I would think a sync every 12hrs would be perfectly acceptable, and should capture most events where folks earn a new Standard or Wizard goal during the course of play.
In my relentless pursuit to get saved_data synchronized with other owned devices, I came across http://developer.android.com/guide/topics/data/backup.html
As far as I can tell, this native function is not configured in the TPA Android build. This solution may be a good stopgap to consider while GPG support is being negotiated (or vetoed). It should not be considered a replacement for GPG Cloud Save, because the service is not able to be called "on demand".
Most Android users opt to have their Android App state data backed up when they set their device up. Implementing this solution would at least prevent folks losing all their achievements when they have to factory reset their device, or transfer the game onto another device (for example, when a user upgrades from a phone to a tablet)
I think if you made a point in the What's New section that this is how your game achievements are synchronized, folks could then opt into the service if they haven't already done so.
I would think a sync every 12hrs would be perfectly acceptable, and should capture most events where folks earn a new Standard or Wizard goal during the course of play.