AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
315 stars 191 forks source link

Is there a way to verify if my app has been purchased from the Apple Store? #226

Open slamjs opened 6 years ago

slamjs commented 6 years ago

Hello! Is there a way to verify if my app has been purchased from the Apple Store? Because I found only information about iap receipts and their management, nothing on the app purchase.

cmaas commented 6 years ago

This is a plugin for In-App-Purchases. It has nothing to do with payments of the app itself. There is no way to get that info with this plugin (and I think no other way at all).

slamjs commented 6 years ago

thank you for answer