Code Monkey home page Code Monkey logo

Comments (6)

funkyfourier avatar funkyfourier commented on September 13, 2024

I got this too, but fixed by implementing onDestroy in my Activity as in the Dungeons Redux example:

@OverRide
protected void onDestroy() {
BillingController.unregisterObserver(mBillingObserver);
super.onDestroy();
}

from androidbillinglibrary.

ludocrazy avatar ludocrazy commented on September 13, 2024

@tikamchandrakar18 did you try @mrjohs steps? did it fix it for you? if yes, could you please close this issue? if not, did you fix it otherwise?

thx!

from androidbillinglibrary.

Alocaly avatar Alocaly commented on September 13, 2024

I have the same issue on my Nexus One, with Android 2.3.6.

One of the call to the startPurchaseIntent is throwing this exception.
And the activity has not been destroyed (I don't destroyed it at this moment ), not even paused yet !

The rest of the exception says that :
11-03 18:33:56.235: E/Compatibility(3739): Caused by: android.content.IntentSender$SendIntentException
The android developer page indicates that it means the pendingIntent is no longer able to execute the request.

At the moment of the exception, the very same call has been made just before.
Is it possible that there is a unnecessary call, and that the pendingIntent can't handle it ?

Last question : is there any real effect to this bug ? I feel like there is no real issue ( this version is on the market, and some customers have successfully bough some items ), but perhaps it causes some obscure bugs.

from androidbillinglibrary.

Alocaly avatar Alocaly commented on September 13, 2024

I investigated more on this issue, and found it is because I have two billing observers.
So the same pending intent is sent twice in a row, and the second time, it fails !

I'm not sure what the correct fix is...

from androidbillinglibrary.

MrKalach avatar MrKalach commented on September 13, 2024

Actual for me. On Xperia play same bug.

@Alocaly, maybe you have temporary fix?

from androidbillinglibrary.

Alocaly avatar Alocaly commented on September 13, 2024

@MrKalach
I don't remind the whole story, but as I said, it was caused by using two billing observers.
So I rewrite my code to only have on observer, and every thing was fine again...

Hope it helps !

from androidbillinglibrary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.