Hey @milos lalatovic!
The getOfferings() call should be fetching all of the Offerings you have configured. You can confirm this by making a REST API call to /offerings directly.
However, it’s possible that some Offerings aren’t able to be constructed on the device. This could happen if:
- You’ve configured on Offering without any Packages
- All of the product IDs in an Offering are not configured properly and cannot be fetched from Apple/Google.
For #1, you should be able to confirm in the RevenueCat dashboard if all of the Offerings contain at least one package.
For #2, you can look at the debug logs to see if there are any Invalid Product identifiers. If so, then our post on Empty Products should be able to help:
Thanks ryan, you were right, there was a mix up with product IDs.