Closed Motoban closed 7 years ago
It seems there are no simple ways to get snapshot ID.
A possible solution is provided there: http://stackoverflow.com/questions/32823470/snapshotid-for-resolveconflict-in-google-play-saved-games
OpenSnapshotResult has getConflictId(). See: https://developers.google.com/android/reference/com/google/android/gms/games/snapshot/Snapshots.OpenSnapshotResult
The following method:
requires snapshotId as a parameter, but there are no methods like getID() or getSnapshotID() in Snapshot, SnapshotMetadata and OpenSnapshotResult interfaces.