-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/plugins
#4077Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
Use case
The IAP Android BillingClientWrapper wraps almost all native calls, but launchPriceChangeConfirmationFlow is missing. With launchPriceChangeConfirmationFlow a developer can notify their users about a price change at a moment that is convenient. When the app does not call this function within 7 days the play store will give a popup automatically. More about this can be found here.
Proposal
My proposal is to map this call in the BillingClientWrapper and the InAppPurchaseAndroidPlatformAddition
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically