Questions tagged [onskudetailsresponce]

4 questions
2
votes
1 answer

version 2.0 of the Google Play Billing Library - .setSkuDetails(skuDetails)

How to .setSkuDetails(skuDetails) in java while calling BillingFlowParams flowParams = BillingFlowParams.newBuilder() .setSkuDetails(skuDetails) .build(); int responseCode = billingClient.launchBillingFlow(flowParams); I searched…
kunal
  • 133
  • 1
  • 1
  • 9
1
vote
3 answers

Google InApp Billing - Binding title of skuDetailsList obtained from onSkuDetailsResponse to List View Control

I am new to the implementation of Google's Billing library and using this system to make subscriptions inside my app. I am trying to get the title of skuDetailsList which is obtained from onSkuDetailsResponse and adding to the ArrayList dataSource.…
1
vote
1 answer

'Both methods have same erasure, yet neither overides the other' method clash error in SkuDetailsResponseListener()

I'm attempting to implement the new inapp billing implementation as the trivial drive 2 implementation appears to have dropped support. The following code to create my mSkuDetails map gives me an odd method clash error. It's copied right from the…
Androidcoder
  • 4,389
  • 5
  • 35
  • 50
0
votes
1 answer

In App purchase getting Blank Sku details list

I have create an app for In App purchase, i have tested it works fine getting sku details list but when run app in debug mode the getting blank Sku details list do not know why i am unable find that issue, I uploaded the app (in production )on play…