Question

Flutter - Getting "BILLING_UNAVAILABLE.null" while making purchase

  • 20 October 2023
  • 1 reply
  • 60 views

Badge +2

I’m able to get all offerings and products from the Flutter SDK. However, while trying to make purchase on Android, getting the following error:

[log] Purchases -> 🤖‼️ BillingWrapper purchases failed to update: DebugMessage: . ErrorCode: BILLING_UNAVAILABLE.null
[log] Purchases -> 🤖‼️ PurchasesError(code=PurchaseNotAllowedError, underlyingErrorMessage=Error updating purchases. DebugMessage: . ErrorCode: BILLING_UNAVAILABLE., message='The device or user is not allowed to make the purchase.')

dependency: purchases_flutter: ^6.0.0

This user was able to make test purchases before. APK is added to closed testing and user is added as tester.


1 reply

Userlevel 3
Badge +5

I would recommend that you try recreating this issue with a new test account and try on an updated emulator with Google Play services installed. This may just be an issue with this individual user.

Reply