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

Purchase multiple quantity of one product #1

Open
vlad0209 opened this issue May 16, 2022 · 0 comments
Open

Purchase multiple quantity of one product #1

vlad0209 opened this issue May 16, 2022 · 0 comments

Comments

@vlad0209
Copy link
Owner

In my pull request I added ability to purchase multiple quantity of one product using the in_app_purchase plugin. This is going to work only with the App Store underlying store. You can define a quantity in AppStorePurchaseParam. Here is example of using new feature:
purchaseParam = AppStorePurchaseParam( productDetails: productDetails, quantity: 5, applicationUserName: null, ); _inAppPurchase.buyConsumable(purchaseParam: purchaseParam);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant