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

Add additional success purchase listener ios #58

Merged
merged 4 commits into from
Jan 29, 2019

Commits on Jan 28, 2019

  1. Changed analysis options.

    Set implicit-casts true only.
    hyochan committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    192277a View commit details
    Browse the repository at this point in the history
  2. Implement support of handling dropped success purchase.

    This is similar feature from react-native-iap(dooboolab-community/react-native-iap#307). Similar issue in current repo #54.
    hyochan committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    bd13457 View commit details
    Browse the repository at this point in the history
  3. Set additionalSuccessPurchaseListenerIOS to buySubscription.

    Similar to buyProduct. Do this in buySubscription.
    hyochan committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    e774c9b View commit details
    Browse the repository at this point in the history
  4. Deprecate buyProductWithoutFinishTransanction.

    Update readme.
    hyochan committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1001544 View commit details
    Browse the repository at this point in the history