Skip to main content
Question

Why is there no representation of Package title in the KMP model?

  • February 2, 2026
  • 1 reply
  • 36 views

Forum|alt.badge.img+4

We get the Package identifier, but not the title that we configure in the dashboard. That means we have to use the extremely unwieldy metadata to get human readable titles like “Annual”, “Lifetime” etc.

That is a very bad API, as it requires iterating through the offerings and finding keys with the same identifier. Why create a model with so much uncertainty and need for null coalescing all the things that could go wrong?

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • February 10, 2026

Hi ​@chris-kasdn2137 there is no way to get the package description from the dashboard, this is meant to be for your own internal usage, not as a user facing thing. What you could do is make the identifier custom instead of one of our pre-defined standard identifiers and you could check this by doing Package.identifier, see our GitHub here. You can also check the PackageType enum here to check the duration.