This one says that I shall use getBuyIntent() to start purchase flow, whereas another one tells me to use launchPurchaseFlow().
Which one should I use?
This one says that I shall use getBuyIntent() to start purchase flow, whereas another one tells me to use launchPurchaseFlow().
Which one should I use?
To work with in app-billing you have to use IInAppBillingService. First link is about this service API. The second link (training section) explains example with wrapper around IInAppBillingService, so underneath it also uses getBuyIntent()
.