Hi,
I’m developing on iOS and using StoreKit testing right now. I’m getting my offerings + packages from the RC API no problem now.
However, the `packagetType` is `PackageType.custom`. I don’t understand where the package type is set or whether it should be automatic. The docs here list values for the type such as `ANNUAL`:
https://docs.revenuecat.com/docs/displaying-products
...but there’s nowhere to configure these in RC that I can find. So… presumably it is meant to be working this out from the App Store products… but isn’t because I’m using StoreKit?
Either way, this seems very confusing.