I have an android app published to the google play store around 4 days ago and revenuecat is not working even though the products are active on the google play console.
Everything is working on the dev build. Everything loads properly. But in production, with no settings changed, the revenucat part suddenly doesnt work anymore.
I’ve tried doing some error checks and it seems that the code is not getting past the first line of purchases.configure (googleApiKey is defined, i have checked)
await Purchases.configure({ apiKey: googleApiKey });
const offerings = await Purchases.getOfferings();
const customerInfo = await Purchases.getCustomerInfo();
does anyone have any ideas?