Skip to content

[in_app_purchase] Migrate Android Billing Client to 3.0.0 #75204

@ghost

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.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: proposalA detailed proposal for a change to Flutterp: in_app_purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions