Hello all,
I have created a Idle Game using blueprints and need help with one of the concepts.
“While you were away, you earned $XXX,XXX”
This is to be deployed on the iOS platform. I was thinking that the logic would involve getting the date and time of the save when you exit the app, and then subtract the difference in system date and time for when you log back on and the last save time. Is this the right track?
Thank you for you help.