Hi guys
I want to create a "free to play" / "farmville" style stamina system where the player gets x stamina every x seconds, even if they have the iOS app fully closed
Unless there is an easier way to do it, i assume saving and loading from a server (Lacewing & MySQL?) is the way to achieve this
Question 1) Has any MMF user already released an iOS app that does a system like this?
Question 2) Is there a way to do this without requiring the player to login with a username and password - i.e., automatically login using the device UDID (or some other unique device identifier that i do not know about)
Thanks!