Any ideas on how to make an access counter?

The idea was to show how many users entered the app during the day.:thinking:

If you want a pesistent data, you will need store this value in a server.

When an user open the app, value is updated and send to server. Even you can use a database and store every days sending the value and the date.

1 Like

Also, you can use the DeviceID block to check how many times a specific user entered the app and/or have a correct number of accesses.

1 Like

Its very easy bro just make a unique id for them or access one of the unique id { ex. Android ID}

1 Like