The idea is, the server keeps track of total number of sold apps. If total apps sold is 100 and soneone tried to run the#101 then server will not activate it. In other words, sold apps must be more or equal to installed apps (but not less).
Is that a good idea?
The idea is, the server keeps track of total number of sold apps. If total apps sold is 100 and soneone tried to run the#101 then server will not activate it. In other words, sold apps must be more or equal to installed apps (but not less).
Is that a good idea?
what do you want to avoid? people install your app without pay for it?
if yes you can check if the app was installed from the google play and if it was then people paid for it.
what you are offering is something that cannot be accomplished.
you cannot get a total sold in real time and also what do you mean if number 101 tries to run your app? does all 100 need to run at the same time?
and then you check if number 101 tries to run it?? and if only 5 runs the app then 95 still can run it even if they got the app on an illegal way?
Misunderstanding may be.
Idea is not to count running apps that would be funny. But to check installed apps.
But you are right it's not practical and I agree with you bad idea