getPaywalls dont work
complete
A
André Alencar
I am not able to list the products and paywalls with getPaywalls.
The error occurs in the emulator, in a project without Typescript.
An error message appears:
{ adaptyCode: 'billingUnavailable', localizedDescription: 'Play Market request failed: Billing service unavailable on device.'}
appID : com.apppathplus
Email: 62fed2823d26341e921ed78b
My code:
try {
adapty.paywalls.getPaywalls();
const paywalls = await adapty.paywalls.getPaywalls({forceUpdate: true});
console.log('paywalls-->',paywalls)
}catch(AdaptyError) {
console.log('get_products-->',AdaptyError)
}
Can you help me?
Thanks,
André Alencar
Activity Feed
Sort by

Adapty Support
complete
A
Adapty Support
We also responded to Andre via email. Here is a short summary for reference:
"Hi, looks like your emulator doesn't have Google Play. You can test purchases on a real device or an emulator with Play Market where you'll need to sign in to your Google account.
If you choose an emulator and use Google's official AVD Manager, pick the one with Play Market icon"