Hey everyone, just a general question here..
Lets say that every hour you want to add 1 to a variable but you want it to update even when the app is closed...
My logic would be ...
On app opened -> get date and time
On app closed -> store current date and time
On app opened -> Do math and work out how many hours have passed -> add to variable
Is this possible in construct ?
Thanks !