Daily Rewards System

I have tried everything and I am going out of my mind! I am creating a slot game and I would like to implement a 24 hour rewards system where the player can click the daily rewards and it starts a timer to not allow the customer to click the rewards again for 24 hours. Any help would be greatly appreciated!

Thank you so much,

Matt

Comments

  • @JimmyMesser Thank you for your help! I tried looking at this but it is for developers with servers which I do not have :(

  • JimmyMesserJimmyMesser LondonMember Posts: 235

    You should be able to use a webserver.

  • JimmyMesserJimmyMesser LondonMember Posts: 235
    edited May 2015

    They are fairly cheap these days to run a simple php script.

    £3.99 per month 47.88 per year... I'd say it might be worth the investment
    especially if you don't want people to be able to cheat by resetting their clocks.

    https://uk.godaddy.com/hosting/web-hosting.aspx

  • ant_ladant_lad Member Posts: 222

    Would OSX Server work for something like this?

  • JimmyMesserJimmyMesser LondonMember Posts: 235
    edited May 2015

    @ant_lad You know I have to say I don't know, fact is you might want to make sure it's a public accessible managed server that runs permanently 24/7. There's nothing worse than playing a game that doesn't function fully because the server is down or switched off.

  • ClockClock Member Posts: 308
    edited May 2015

    the best thing is to have your own server. but how??? :'( I want my game have daily rewards too.

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    You can access the device clock and figure out how much time has passed since the app was last opened without using a remote server. But without the remote server it would be possible for users to 'cheat' the clock by setting it manually.

Sign In or Register to comment.