Skip to main content
Question

Not all packages returned for an Offering - using Test Store

  • October 14, 2025
  • 2 replies
  • 44 views

Forum|alt.badge.img+1

I’ve created an Offering with 3 packages, each of which has a Test Store product in it.

In the app, I’m initializing using the Test Store API key.

When retrieving the Offering details, I’m not seeing all three packages - only two of them. The missing one is for a subscription product, while the ones I’m seeing are non-consumables. However, I’m not sure that this is relevant.

Is there any cacheing taking place, or delay in publication of updates to the product catalogue? I’ve tried restarting the app and also waiting several hours, but still no joy.

The Packages and Products look OK, but could I be missing a vital configuration item? Any pointers would be appreciated.

Note that I’m using the Maui.RevenueCat.InAppBilling  abstraction, as this is in a MAUI app.

This post has been closed for comments

2 replies

Forum|alt.badge.img+1
  • Author
  • Helper
  • October 14, 2025

An update - I can see all the packages if I use Postman to query the Offering using the API. It’s just using the SDK via the Maui.RevenueCat.InAppBilling where I’m not seeing all the packages.


Forum|alt.badge.img+1
  • Author
  • Helper
  • October 15, 2025

Found the cause - I was running on the Simulator and also using the Test Store. Moving to a physical device and using my Apple store sorted the problem.

Two reasons for the behaviour:

  • Simulator is not reliable for Store testing
  • Maui.RevenueCat.InAppBilling is built against 5.0.34 of the Apple SDK, and the Test Store is only supported from 5.0.43