2

According to version notes the In-app Billing version 5 was released on February 2015. Version Notes

I am having trouble finding the IInAppBillingService.aidl describing the updated interface.

I have updated Google Play Billing Library through SDK Manager to Rev. 5, but the /extras/google/play_billing directory contains only IInAppBillingService.aidl describing interface without the new methods.

Is it not available yet?

gswierczynski
  • 3,813
  • 2
  • 21
  • 22

2 Answers2

3

I have found the answer here: How to upgrade/downgrade subscriptions in Android InAppBilling?

One of the answers points to updated IInAppBillingService.aidl file: https://gist.github.com/cre8ivejp/21b10fbbc7e500f99059

Community
  • 1
  • 1
gswierczynski
  • 3,813
  • 2
  • 21
  • 22
-1

if you upgraded Google Play Billing you are working with V5 should work right,you followed this example?

Here

josedlujan
  • 5,357
  • 2
  • 27
  • 49