Solved

Offerings is always null

  • 11 August 2021
  • 1 reply
  • 653 views

Badge +2

Hi, I ma trying to integrate revenuecat to my android app. in play store console i have added all the details of the subscription and connected my revenuecat account with the play store.

but in the app, 

ReceiveOfferingsListener

I am always getting `Offerings(current=null, all={})`

Not sure if i am doing something wrong here. thanks in advance 

icon

Best answer by cody 11 August 2021, 18:03

View original

1 reply

Userlevel 6
Badge +8

Hey @Manoj Ahirwar 👋
 

Have you checked out this article on empty products?


Additionally, I’d recommend looking at other posts with the ‘Empty Products’ tag for other topics relating to your issue.
 

This is typically caused by some configuration issue. On Android, you should double check that your app is published on a closed track and you've added a tester. I know that’s a common cause on Android.

If you can take a closer look at the debug logs, you should see more information on whether the product IDs were fetched properly from the RevenueCat API or not.

Reply