3

Is there any way to receive the installation date of an Android app? Or any other suggestions on how to accomplish a 30 day free trial version?

Rob Hruska
  • 118,520
  • 32
  • 167
  • 192
Niels
  • 33
  • 1
  • 1
  • 3

2 Answers2

3

Just save the time when the application was first run. Then compare the time each time the program starts.

Another more secure way (the above tactic could be beaten by a simple reinstall) is to have a server of yours authenticate the imei number of the device the first time it's run and then continue the above method.

monoceres
  • 4,722
  • 4
  • 38
  • 63
2

This already has a pretty good answer:

Creating an Android trial application that expires after a fixed time period

Community
  • 1
  • 1
Dave MacLean
  • 5,163
  • 2
  • 22
  • 31