Fovea / cordova-plugin-purchase-demo

Demo of the Purchase Plugin for Cordova
32 stars 35 forks source link

Can I validate for full paid app? #13

Closed merbin2012 closed 6 years ago

merbin2012 commented 7 years ago

Can I use this plugin to validate the installed application is paid app or shared app? and block them?

j3k0 commented 7 years ago

For paid apps (iOS) you get access to the appStoreReceipt that you can then validate.

merbin2012 commented 7 years ago

I have android app, please give me the procedure.