You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: