I need to create a server that initially checks the trial period for Android apps, so
- When the Android application starts, information about the phones is sent to the server.
- The server stores this information.
- Whenever the application opens on this Android phone
- the server checks if its trial period has passed or not expired.
In a way, it looks like a time bomb.
I am completely new to servers and just want a basic, secure server that simply registers the phone and compares it with a trial limit.
Does anyone have any info on how I can do this? Any code examples or tutorials are greatly appreciated.
source share