
What is my saas worth?
it has about 900$ in monthly ad revenue as well

it has about 900$ in monthly ad revenue as well
Hey everyone,
I run an iOS subscription app using RevenueCat with StoreKit 2. I offer a monthly and a yearly plan, with a 7-day free trial on the yearly plan.
For the past several weeks my trial-to-paid conversion has been sitting around 1.4%, which is far below normal. I'd been assuming it was billing problems or just weak demand.
When I dug into my logs (both DEBUG and RELEASE, on a real device), I noticed this on every launch:
WARN: No packages could be found for offering with identifier default.
It turned out my current offering (default) was pointing at RevenueCat Test Store products instead of my live App Store products. So real users were likely hitting a broken or empty paywall. My app had a custom fallback that tried to assemble packages from other offerings, which masked the problem instead of surfacing it.
I've now repointed the default offering to the correct App Store products.
I'd love some help with a few things:
offerings.current + purchase(package:)?Thanks in advance — happy to share more logs or config if helpful.