-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#3636Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Milestone
Description
Today I decided to migrate to official in_app_purchase plug-in from flutter_inapp_purchase
But when I upload my build to google play console, I faced this warning:
Warning
We've detected that this app is using an old version of Google Play Billing. By 1 November 2021, all app updates must use billing library version 3 or newer. Update to billing library 3 before this date. Learn more about billing library 3.
When I check the plug-in codes,
in_app_purchase 0.3.5+1 uses implementation 'com.android.billingclient:billing:2.0.3'
flutter_inapp_purchase 3.0.1 uses implementation 'com.android.billingclient:billing:3.0.0' (I was using this plugin since today)
I wonder why official plug-in do not support Android Billing Client 3.0.0.
I hope it supports as soon as possible.
FindtheTreasure, Ufuk94, dan-gandolfo, renzo800000, krolaw and 8 moreayoubm
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version