Skip to content

[in_app_purchase][ios]: Purchase multiple quantity of one product #103954

@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

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.platform-iosiOS applications specificallyteam-iosOwned by iOS platform teamtriaged-iosTriaged by iOS platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions