Code Monkey home page Code Monkey logo

Comments (6)

jayschwa avatar jayschwa commented on July 17, 2024

Your BillingObserver's onPurchaseStateChanged() will be called when a refund or cancellation occurs. What you decide to do from there is up to you.

from androidbillinglibrary.

sandscorpio avatar sandscorpio commented on July 17, 2024

How will it be called if app is not running (since merchant does refund remotely) and user may not have the app open? Thanks.

from androidbillinglibrary.

hpique avatar hpique commented on July 17, 2024

@sandscorpio Reading the in-app billing documentation is a must before using this library, as indicated in the README.

from androidbillinglibrary.

sandscorpio avatar sandscorpio commented on July 17, 2024

Sorry, I'm not getting it. I have read the in in-app billing documentation, but I don't see how it could work in this case.

From the in-app billing documentation, I see that the refund would be broadcasted and that makes sense. The receiver handling the broadcast notifies all observers.

But I don't see how any observer could be loaded since observers are tied to activities and the user could have the app closed, which means no activities are loaded. Therefore the refund notification would not be seen by my observer.

Cancellations would always get caught, since that happens within the app UI when activity and observer is loaded.

The only solution I'm seeing (the goal here is to disable previously purchased content on a refund) is to go through all transactions returned by BillingController.getTransactions(this) and see per product how many purchases and refunds are there. Does BillingController.isPurchased() account for refunds?

Thanks, and sorry if these are dumb questions..

from androidbillinglibrary.

hpique avatar hpique commented on July 17, 2024

But I don't see how any observer could be loaded since observers are tied to activities

No. You can add observers to BillingController directly.

from androidbillinglibrary.

sandscorpio avatar sandscorpio commented on July 17, 2024

thanks. added observer at application level.

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.