Store Data in Android Game (client side)

I come from web development and well, The Login is done with Cookies

But for example in a mobile game (Android), how can I save this data?

I use POST / GET with NodeJs or Python for server side and I need to do the Loggin

As you can see, I know nothing about Mobile Development :confused: , that’s why I use GDevelop makes it easy

(Very good GDevelop, I loved it and more because it uses Javascript)

Python is not supported by GDevelop. You can use JSON variables to transmit and read data from a server. There is a lot of discussion on this forum.

The storage actions use localStorage, which is pretty similar to cookies

Thanks friend :smile: