Hello all,
I’n using GGdata to store highest attained level and current level for my game.
The following code is in the main.lua
scores:load() m.currentLvl = scores.currentLvl m.highestLvl = scores.highestLvl
There were some errors related to case sensitivity that I have fixed. Now when I delete the game from my device and re-install, the same highestLvl still loads.
I tried a clean install of the game on another device and it worked fine. But for the device that already had the install, I can’t seem to be able to erase the GGdata folder / data from the device.
Question - how do I completely erase all data from the android device.
Thanks