How to save amount of time spent in the app by a User and save it to User's profile in the cloud

Hello, i have a question.

I want to save the total time spent by the user from the time he/she opens the app.

Suppose i spent 12 minutes yesterday and 20 minutes today.
Then i wantr to display that the user has spent a total of 32 minutes using the app. Pls can someone help me?

Thank you.
Regards.

Hi, was anyone able to find a solution to this? Iā€™m still not understanding saving the time after each session and the updating the time after each new session

I think you would have to use a timer (or a forever loop) and increase a stored variable every second. Then you could just display that value, converted to minutes, in a label.

1 Like

Oh okay. Please can you show me an example of how to do this? If you could send a screenshot of the logic it would be immensely helpful. Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.