-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acknowledge not working #507
Comments
Also I found this happens only in release versions, debug versions do not throw this error and acknowledge is successful. Also changing |
Was it error 110 maybe? |
Is But I would like to know if there is a way to avoid this in the pattern of having a processor in the activity and another in the fragments because we need different callbacks in each one. I'm already using |
Exact same problem here after migrate from 1.1.0, any clue ? |
bug
Using
com.anjlab.android.iab.v3:library:2.0.0
For all subscriptions the billing processor is returning
errorCode = 115
I'm instantiating the billing processor with
BillingProcessor.newBillingProcessor(context, key, handler)
and the answer is always
I can se the acknowledge implementation in the library but no related configuration in the documentation.
The subscription is applied and active, with no message for validating again.
The text was updated successfully, but these errors were encountered: