Hello,
We are experiencing an issue where Android subscriptions are not showing up in RevenueCat, while iOS works perfectly. On iOS, getOfferings() returns the products correctly. However, on Android, even though the subscription is published in Google Play Console and added to the Offering in RevenueCat, the availablePackages list comes back empty.
Current situation:
Subscription and base plan are Published in Google Play Console.
In RevenueCat, the product android.pro.plan:androidproplan is added to both the Offering and the related Entitlement.
Our device is added to the license testing list, and the app is installed via the Play Store.
Purchases.configure() is called correctly with the right API keys.
The exact same setup works fine on iOS.
In this case, what could cause getOfferings() to return empty on Android?
Thanks.
