Hi everyone,
As Google Play doesn't allow to send promo codes for press reviews, I'm planning to make a press version of Healer Quest. But as this version will have all paying options unlocked, I would like to add an expiration date to the code.
I've found this : https://www.scirra.com/tutorials/940/ho ... -a-project
Which explains how to get the current date, but I really don't see how to use this to make an expiration date. For example I would like to check the following conditions
month > 03 (march)
but it seems like the returned string is always "Abbreviated Weekday, Abbreviated Month, Day of the Month, Hours:Minutes:Seconds."
Any idea how I could make an expiration date, or still better, send promo codes for my game using Google Play?
Thanks !