Skip to content
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

Caused by java.lang.IllegalStateException: IabHelper was disposed of, so it cannot be used. #6

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2021

  1. Updated to use v4 of billing library. Consume has been rewritten, but…

    … not tested.
    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    38a8afe View commit details
    Browse the repository at this point in the history
  2. Added docs for acknowledge command.

    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0112d87 View commit details
    Browse the repository at this point in the history
  3. Fixed typo in log.

    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ebc84b7 View commit details
    Browse the repository at this point in the history
  4. 2.0.1

    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4e0b3c1 View commit details
    Browse the repository at this point in the history
  5. Fixed plugin.xml

    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4d8ecf6 View commit details
    Browse the repository at this point in the history
  6. 2.0.2

    William Crawford committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    03b60eb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Cleaned up some removed code and logging.

    William Crawford committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9ed131d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Make internal links in the README relative

    When clicking an internal link in the README file one was directed to the repository this repo was forked from (https://github.com/AlexDisler/cordova-plugin-inapppurchase)
    cauboy committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    71121bd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Merge pull request #1 from flatastic/master

    Make internal links in the README relative
    wccrawford authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    20f14d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Added missing flagEndAsync calls to acknowledging purchases.

    William Crawford committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    db9794c View commit details
    Browse the repository at this point in the history
  2. 2.0.3

    William Crawford committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    004a8bb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Compiles on billing 5.

    William Crawford committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b5ef72f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Added some debug information

    William Crawford committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a1b3222 View commit details
    Browse the repository at this point in the history
  2. Version 2.0.4

    William Crawford committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ebee678 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Removed deprecated functions

    William Crawford committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4983f3c View commit details
    Browse the repository at this point in the history
  2. 2.0.5

    William Crawford committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5269375 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. check for subscriptionDetails

    add check to prevent crash if subscriptionDetails is null
    keinagae authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a95e4ee View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    dec60c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge pull request #3 from keinagae/master

    check for subscriptionDetails before getting offer token
    wccrawford authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8f60f0d View commit details
    Browse the repository at this point in the history