Skip to content Skip to sidebar Skip to footer

Difference Between Iabhelper And Iinappbillingservice In Inappbilling

In the google document for InAppBilling V3 they used IInAppBillingService to make purchases . check the below URL. http://developer.android.com/google/play/billing/billing_integrat

Solution 1:

IABHelper is just a wrapper utility class, which intends to give you an example of how IInAppBillingService is to be used.

IInAppBillingService is a part of in-app billing API. It is used to perform purchases and check statuses. You can use this service directly and forget about the helper class.

Many people find IABHelper simpler and they use it as-is. Other people use service and ignore helper class completely.

Post a Comment for "Difference Between Iabhelper And Iinappbillingservice In Inappbilling"