Solved

Flutter Purchases.getOfferings return nothing for i os

  • 20 October 2021
  • 3 replies
  • 204 views

Badge +3

 

Hello,

I have issue in flutter on iOS,
getOfferings return nothing after setup subscription in App Store connection and setup App Store configuration in revenue cat

_purchaserInfo = await Purchases.getPurchaserInfo();
_products = await Purchases.getProducts(kProductIds);
_offerings = await Purchases.getOfferings();

it works ok for google.
I did everything as it show in https://www.revenuecat.com/blog/signing-ios-subscription-offers
Purchases.getPurchaserInfo return correct information

 

Using Purchases.syncPurchases(); return exception “The receipt is missing.”

 

 

 

icon

Best answer by cody 22 October 2021, 17:38

View original

3 replies

Badge +3

More information, no debug log but debug mode is true

Badge +3

.entitlements.active is empty

Userlevel 6
Badge +8

Hey @Dmitry Mikhaevich!

Can you confirm you’ve set up your products in the RevenueCat dashboard and have attached them to your offering as detailed here? You shouldn’t need to call getProducts separately - the getOfferings method will fetch the products associated with the offering as expected.

If you’re still having trouble, I’d recommend checking out our article on empty offerings as this type of issue is typically related to a configuration error.

Reply