I want to reset them to test what it’s like for a brand new device to open my app, is there some way to accomplish this?
1 Like
Delete the app from your phone and then re-install the downloaded app. That’s the only way I know.
1 Like
Sorry I meant through the Thunkable app, I suppose I could delete it too and it should work?
Clear Data in app info
Provide a test or debug button in the app that you can keep it hidden normally and when you want to use it make it visible. This button does only one task. sets all stored variables
to null. The next time you open your app it will act as if running from new device.
4 Likes
Hi muneer,
Could you be more specific
Like how to reset the variables
Here’s an example:
2 Likes
Thank you very much.