Purchases.getOfferings() is working fine on ios but not on android, there are no errors in Logcat.
I’m using Capacitor Js.
I checked the implementation for google play console and revenuecat dashboard and everything checks out:
- Credentials are valid with 3 check marks,
- Package name is matching.
- The subscription is active and imported to revenuecat in products, offerings, and entitlements.
- There is an active closed testing track with testers
- Tested on a real device
- Added the same testing emails list to License testing
when calling Purchases.getOfferings() nothing happens, no errors or callback, nothing, it just hangs.
I cant find where the issue is as there are no errors to look into, i’ve beed struggling for a week now, can anyone help me?
