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

Fix/avoid blindly consuming success purchases #1085

Commits on Aug 26, 2020

  1. fix: When possible, properly check that module is defined (instead of…

    … throwing non-catchable promise
    amauryliet committed Aug 26, 2020
    Copy the full SHA
    c4ecde3 View commit details
    Browse the repository at this point in the history
  2. fix: Avoid consuming all purchase blindly, but only pending ones

    If the purchase is really pending, nothing will happen (error). Otherwise, the Play Store cache will
    be force updated
    amauryliet committed Aug 26, 2020
    Copy the full SHA
    df3e055 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5395ebb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. docs: Explain consumeAllItemsAndroid and flushFailedPurchasesCachedAs…

    …PendingAndroid usage in readme
    amauryliet committed Aug 27, 2020
    Copy the full SHA
    4f8f7a1 View commit details
    Browse the repository at this point in the history
  2. docs: Make sure to explicit recommended sdk usage (with initConnectio…

    …n & flushFailedPurchasesCachedA
    amauryliet committed Aug 27, 2020
    Copy the full SHA
    deaffa8 View commit details
    Browse the repository at this point in the history
  3. docs: Update exemple app according to doc

    amauryliet committed Aug 27, 2020
    Copy the full SHA
    56dd17a View commit details
    Browse the repository at this point in the history