Code Monkey home page Code Monkey logo

Comments (5)

 avatar commented on September 13, 2024

Interesting. We didn't think of this scenario.

I wonder if there's any way to find out which Android Market account corresponds to a particular transaction. As far as I know this information is not provided by the Android Market.

Any ideas?

In any case, if you remove all transactions you can do this simply by deleting the database.

from androidbillinglibrary.

uintaam avatar uintaam commented on September 13, 2024

Off the top of my head, if there is no information provided by the market, we could store a list of attached google.com accounts using

Account[] accounts = accountManager.getAccountsByType("com.google");

Store that list in the database and on start, if any of the accounts in that list were deleted then run a restore in the background and compare the restored transactions against the transactions in the database. If no order id's match then wipe the database and add the new restored transactions to the list.

from androidbillinglibrary.

 avatar commented on September 13, 2024

The thing is that you can change the Android Market account to any of your registered accounts, and that wouldn't work with this method.

Do you know if there's a way to know which account is associated to the Android Market?

from androidbillinglibrary.

uintaam avatar uintaam commented on September 13, 2024

It might be possible using getAccountsByTypeAndFeatures but I'm unable to find a list of features that can be requested.

from androidbillinglibrary.

ludocrazy avatar ludocrazy commented on September 13, 2024

i might be mistaken, but i thought to have understood from the offficial google documentation on the market and its behaviour, that only the phones PRIMARY account is used / can be used for purchasing. which means, to remove / switch that account a full device WIPE is needed, which will also wipe the transactions db the android billing library uses as storage.

if i am correct, then this issue can be closed!

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.