Can I check on my server that the user paid for the Android application through the Google Play Store?

There seems to be a “Subscriptions and Shopping App APIs” to check in-app purchases, but as far as I can tell, there can't do the same for the app itself through the Google Play Store.

There is an Android API for license verification , but it is apparently only on the device. I would like to check against my server from my server, and not with my application.

With iOS, I can use the check verification API to determine if the application was purchased in the application store and any purchases in the application, the application sends a receipt to my server, and my server checks the receipt with Apple servers. Is there something similar for Android?

+4
source share

All Articles