2
votes

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?

2

2 Answers

3
votes

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

-1
votes

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

Here