How do I completely clear the app data from my android device

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

IIRC GGData has a delete function, so you should be able to call scores:delete() to remove the GGData box file.

Thanks for the quick response. I will try what you suggest. I also tried changing the version number and file name (when building) and that seemed to work as well. 

IIRC GGData has a delete function, so you should be able to call scores:delete() to remove the GGData box file.

Thanks for the quick response. I will try what you suggest. I also tried changing the version number and file name (when building) and that seemed to work as well.