RevenueCat / purchases-android

Android in-app purchases and subscriptions made easy.
https://www.revenuecat.com/
MIT License
253 stars 52 forks source link

In-app billing API version 3 is not supported on this device. #1874

Open jscti opened 2 weeks ago

jscti commented 2 weeks ago

Using an emulator (api25) with GooglePlay but not connected I got this error :

In-app billing API version 3 is not supported on this device.
2024-10-09 00:06:50.487 10022-10022 [Purchases] - ERROR     com.app.test            E  🤖‼️ PurchasesError(code=StoreProblemError, underlyingErrorMessage=Billing is not available in this device. Make sure there's an account configured in Play Store. Reopen the Play Store or clean its caches if this keeps happening. Original error message: DebugMessage: Google Play In-app Billing API version is less than 3. ErrorCode: BILLING_UNAVAILABLE., message='There was a problem with the store.')
2024-10-09 00:06:50.488 10022-10022 [Purchases] - ERROR     com.app.test            E  🤖‼️ Error fetching offerings - PurchasesError(code=StoreProblemError, underlyingErrorMessage=Billing is not available in this device. Make sure there's an account configured in Play Store. Reopen the Play Store or clean its caches if this keeps happening. Original error message: DebugMessage: Google Play In-app Billing API version is less than 3. ErrorCode: BILLING_UNAVAILABLE., message='There was a problem with the store.')
2024-10-09 00:06:50.488 10022-10022 RevenueCatUI            com.app.test            E  Paywall transitioned to error state: Error 2: There was a problem with the store.

using revenuecat_version = '8.8.0'

Multiple problems here :

Thanks

RCGitBot commented 2 weeks ago

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!