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