I’m creating an android application I wish to release commercially. Before doing so I would like to release a beta. What methods can I use to cause the beta to expire/become unusable after 12 weeks?
I’m creating an android application I wish to release commercially. Before doing so I
Share
You can simply check if the current date is not larger then the expiry date, eventually checking it with internet time server. And make sure you save each time you check it to the preferences, so the user has no use in rewinding time.
Anyway, you can expect that if somebody really wants to hack your app he can do it. So it’s no use to completely focus on avoiding that.