IMPORTANT
One current issue that exist on the game is the persistance of the users progression even after of uninstalling.
The steps to reproduce are:
- Install by the first time the game
- Make some progress and unlock some levels
- Uninstall the game
- Install again
Then you will notice that all your previous progress has been erased although your points are already there.
This because the points are being managed by Game Services of Apple/Google while the user progression needs to be stored somewhere.
This issue as well has been created as part of the solution to the bug that you can run first game uninstall and install again and run same level and achieving more points instead of add the difference.
For us a potential solution is in the future implement a serverless solution such as a collection of firebase storage. So after that whenever the user reinstall the game their user progression will be downloaded from there.
If you are an enthusiast that wants likes to help on that you are very welcome to do it if you want.
IMPORTANT
One current issue that exist on the game is the persistance of the users progression even after of uninstalling.
The steps to reproduce are:
Then you will notice that all your previous progress has been erased although your points are already there.
This because the points are being managed by Game Services of Apple/Google while the user progression needs to be stored somewhere.
This issue as well has been created as part of the solution to the bug that you can run first game uninstall and install again and run same level and achieving more points instead of add the difference.
For us a potential solution is in the future implement a serverless solution such as a collection of firebase storage. So after that whenever the user reinstall the game their user progression will be downloaded from there.
If you are an enthusiast that wants likes to help on that you are very welcome to do it if you want.