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

IAP: Load previous purchases #26326

Closed
mklim opened this issue Jan 10, 2019 · 1 comment
Closed

IAP: Load previous purchases #26326

mklim opened this issue Jan 10, 2019 · 1 comment
Labels
c: new feature Nothing broken; request for a new capability p: in_app_purchase Plugin for in-app purchase package flutter/packages repository. See also p: labels.

Comments

@mklim
Copy link
Contributor

mklim commented Jan 10, 2019

No description provided.

@mklim mklim assigned mklim and unassigned mklim Jan 10, 2019
@mklim mklim added c: new feature Nothing broken; request for a new capability plugin labels Jan 10, 2019
@zoechi zoechi added p: in_app_purchase Plugin for in-app purchase and removed p: in_app_purchase Plugin for in-app purchase p: iap labels Jan 16, 2019
mklim pushed a commit to flutter/plugins that referenced this issue Feb 25, 2019
Actually responds in the onPurchasesUpdated() handler automatically
called when purchase updates are received.

Exposes BillingClient#queryPurchases, which is meant to be used to get
recently purchased items from the on disk Play cache.

Also exposes BillingClient#queryPurchaseHistoryAsync, which returns the
most recent purchase of the user for each SKU of the given type.

This patch also contains some updates to the Gradle script so that the
example app version is set independently of the Flutter SDK version.

flutter/flutter#26326
@cyanglaz cyanglaz self-assigned this Feb 28, 2019
cyanglaz pushed a commit to flutter/plugins that referenced this issue Mar 2, 2019
The iOS implementation for restoring purchases. flutter/flutter#26326
romaluca pushed a commit to romaluca/plugins that referenced this issue Mar 6, 2019
Actually responds in the onPurchasesUpdated() handler automatically
called when purchase updates are received.

Exposes BillingClient#queryPurchases, which is meant to be used to get
recently purchased items from the on disk Play cache.

Also exposes BillingClient#queryPurchaseHistoryAsync, which returns the
most recent purchase of the user for each SKU of the given type.

This patch also contains some updates to the Gradle script so that the
example app version is set independently of the Flutter SDK version.

flutter/flutter#26326
romaluca pushed a commit to romaluca/plugins that referenced this issue Mar 6, 2019
The iOS implementation for restoring purchases. flutter/flutter#26326
cyanglaz pushed a commit to flutter/plugins that referenced this issue Mar 6, 2019
Retrieve receipt data. The data can be retrieve as a base 64 string or dictionary. User can use base 64 string to validate the purchase with App Store; use dictionary to validate purchase locally.
Part of flutter/flutter#26326
cyanglaz pushed a commit to flutter/plugins that referenced this issue Apr 4, 2019
Adding unified IAP load purchase api.
Updated the example app to have indicators on already purchased items.
No pubspec and CHANGELOG.md is updated since this plugin is still under development.

flutter/flutter#26326
@cyanglaz cyanglaz removed their assignment Aug 2, 2019
@cyanglaz cyanglaz closed this as completed Aug 2, 2019
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability p: in_app_purchase Plugin for in-app purchase package flutter/packages repository. See also p: labels.
Projects
None yet
Development

No branches or pull requests

3 participants