question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

getBuyIntentToReplaceSkus is not available in Google Play Billing Library r5

See original GitHub issue

Version of Google Play Billing Library (r5) available through the android sdk manager doesn’t have getBuyIntentToReplaceSkus.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:10
  • Comments:11

github_iconTop GitHub Comments

10reactions
lomzacommented, Apr 14, 2016

In case somebody ran into this problem and wants to use ITEM_TYPE_INAPP only (without subscriptions), you can safely remove getBuyIntentToReplaceSkus() calls and so no modifications will be required on .aidl side.

You can take the modified working IabHelper code from here.

4reactions
ravikumar-ncommented, Jan 2, 2017

The example present in android-sdk/extras/google/play_billing/samples/TrivialDrive/ is up to date. Use that one, till this one is synced with new changes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

getBuyIntentToReplaceSkus is not available in Google Play Billing ...
Version of Google Play Billing Library (r5) available through the android sdk manager doesn't have getBuyIntentToReplaceSkus . See More.
Read more >
Google Play Billing AIDL Reference - Android Developers
This documentation provides technical reference information for using the Google Play Billing AIDL.
Read more >
Problems with in-app purchases - Google Play Help
If you're trying to make an in-app purchase but the transaction is declined or the payment won't go through, try to fix payment...
Read more >
Why is the Google Play Billing Library not shown up in the ...
Checking the offical blog: Play Billing Library is available through Maven repository. Just add:
Read more >
Google Play Billing Library 5.0 overview: new subscription ...
Besides classic method deprecations and removals, there was also vast information about the new architecture of subscriptions, which aims to simplify the way ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found