Android checks if inapp device supports billing

I follow this guide

http://developer.android.com/google/play/billing/billing_integrate.html

When I actually run the binding service at the beginning, how can I check if Google Play really supports application billing?

+4
source share
1 answer

Mark this link in * In-app purchases *

Your application sends an isBillingSupported request to Google Play to determine if the target version of the In-app billing API you are using is supported.

-1
source

All Articles