Android Question How you protect your apps ?

hogiebaer

Active Member
Licensed User
Longtime User
Hi devs,

i want publish an app, which should 14days for free and then payed per inapp (managed item).
but if the app after 14days will be deinstalled an installed again, he has 14days again.

what can i do ?

thx
 

DonManfred

Expert
Licensed User
Longtime User
on first start get the device id, imei or whatever and send it to your server... If the device is already known (deviceid, imei or whatever) then return the date till when the app the app is fully useable... After this date you show a buy-activity or whatever... Do this check on every app-start (connecting to your server) to make sure the date is not "changed" by the user...

something like this i would try (but have not tried it so far...
 
Upvote 0
Top