Skip to content

Purchase multiple quantity of one product #1

@vlad0209

Description

@vlad0209

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions