Is there a way to check if the user who installed my application really installed my application?

I need to check using the Android APPLE ID / GOOGLE if the user really paid for the purchase of my application.

I need to avoid using a cracked application (jailbreak)

Is there a "public key" for each application? I can use this (if any) to check the unifier of my application

+3
source share
4 answers

: . API, , , . , , .

, , , . . , , " ".

+1

- , ​​, , . , IAP , , , .

+1

Android .

+1

You can do it for free in the AppStore, and then use licensingor in-app purchasesto deliver more content (total content) users!

+1
source

All Articles