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.