I need to create a simple 24 hour or so background timer that runs when the app (android and ios) is not running, is there a simple way to do this with or better yet; without the use of a web host server?
A feature similar to MMORPG app games like Clash of Clans when building/upgrading buildings is the goal.
I have been trying these event references from "stctr":
User connection disconnects -> register server date 22/10/2015 12:55 as time for user xxx
User connection connects -> register server date 23/10/2015 13:33 as time2 for user xxx
Compare time & time2.
Your answer.
But so far am really confused with which objects and plugins to use and how to implement the server.
Thanks for all your time and help!