I Want to save a key permanently on my app. i use dictionary key to store data. But data is erase when i close my app.
Closing the app will reset everything.
If you want some values to stay, you should either use localstorage/webstorage or savegame..
Another option would be to use Ajax, php and mysql to store things online in a database..
Develop games in your browser. Powerful, performant & highly capable.
Closing the app will reset everything. If you want some values to stay, you should either use localstorage/webstorage or savegame.. Another option would be to use Ajax, php and mysql to store things online in a database..
thanks a lot bro