Solved

Google Play Store prevents release due to 'Play Billing Library versions 4.1.0' ?

  • 25 September 2023
  • 1 reply
  • 1220 views

Badge +2

Have a flutter app leveraging purchases_flutter-4.10.0 but am getting this error as I attempt to load the .bundle for testing into the Google Play Console: 

Error

We've detected that one or more of the app bundles included in this release are using the following Play Billing Library versions

  • 4.1.0

These are unsupported versions of Google Play Billing. Upgrade to a supported version to publish this app.

Thoughts on how to overcome this error message? Is there an version of the SDK that uses a more current Play Billing Library?

icon

Best answer by MarcosC 25 September 2023, 22:13

View original

1 reply

Userlevel 3
Badge +6

@Peter Brockmann 

You need to upgrade purchases-flutter to 5.x.x. 5.7.0 is the latest version - https://github.com/RevenueCat/purchases-flutter/tree/5.7.0

 

Regards,

Marcos

Reply