Skip to main content
Question

Cant get any offerings expo

  • August 1, 2025
  • 1 reply
  • 115 views

Forum|alt.badge.img+1

Basicly followed everything, checked documentation, checked on forum.

checked on youtube this video is 2 weeks ago, btw he can have offerings in console dont know how is possible anyway:

me I got this :
[RevenueCat] [configure], You successfully installed the RevenueCat SDK. However, it's currently running in Preview API mode because it requires some native modules that are not available in Expo Go. All the APIs are available but have no effect. Please, use a development build to test the real behavior of the RevenueCat SDK.
[RevenueCat] [getCustomerInfo] This method is available but has no effect in Preview API mode.
 WARN  [RevenueCat] [getProducts] This method is available but has no effect in Preview API mode.
 WARN  [RevenueCat] [getOfferings] This method is available but has no effect in Preview API mode.

Did a test build but nothing just :
Error checking subscription status:', [Error: There is no singleton instance. Make sure you configure Purchases before trying to get the default instance. More info here: https://errors.rev.cat/configuring-sdk]
' Error loading offerings:', [Error: There is no singleton instance. Make sure you configure Purchases before trying to get the default instance. More info here: https://errors.rev.cat/configuring-sdk]
Checked every where did all steps, I have sign, go the agreements, I have same identifiers, I have all good P8 keys, but cant have anything working dont know why….
Need informations
​​​​​​​please

 

This post has been closed for comments

1 reply

alejandra-wetsch
RevenueCat Staff
Forum|alt.badge.img+6

Hey ​@RoroLeLent

Thank you for reaching out. I’ll be happy to help! 

According to the logs you shared, and per the following error: “[Error: There is no singleton instance. Make sure you configure Purchases before trying to get the default instance.”, you may not have configured the SDK before accessing the `getOffering` method. Please check the following documentation to learn how to configure the SDK: https://www.revenuecat.com/docs/getting-started/configuring-sdk#initialization.

To troubleshoot further, could you please share some code snippets of your RevenueCat SDK implementation, including: 

  • SDK Configuration
  • `getOfferings` implementation
  • `getCustomerInfo` implementation
  • `getProducts` implementation

Best,