|
@@ -74,3 +74,10 @@ some unique user identifier, for example:
|
|
Note that ``OS.get_unique_id()`` only works on iOS and Android.
|
|
Note that ``OS.get_unique_id()`` only works on iOS and Android.
|
|
|
|
|
|
This is all! Thanks for your cooperation, citizen.
|
|
This is all! Thanks for your cooperation, citizen.
|
|
|
|
+
|
|
|
|
+.. note:: This method cannot really prevent players from editing their savegames
|
|
|
|
+ locally, because since the encryption key is stored inside the game, the player
|
|
|
|
+ can still decrypt and edit the file themselves. The only way to prevent this
|
|
|
|
+ from being possible is to store the save data on a remote server where players
|
|
|
|
+ can only make authorized changes to their save data. If your game deals with
|
|
|
|
+ real money, you need to be doing this anyway.
|