Hello. I’m a bit confused about how to organize everything and was hoping to get some tips for best practices.
My app has:
- Three subscription tiers (Are these “entitlements”?)
- Basic
- Pro
- Platinum
- Two subscription types for each platform: Monthly and annually (Are these “products” ?)
- android_basic_monthly, ios_basic_monthly
- android_basic_annaul, ios_basic_annual
- android_pro_monthly, ios_pro_monthly
- ...and so on
- Feature sets in each tier that inherit features from lower tiers (Are these “offerings”?)
- Basic: Remove ads, custom avatar
- Pro: All Basic features plus Feature A, Feature B, Feature C
- Platinum: All Basic and Pro features plus Feature D and Feature E
If the feature sets for each tier are not offerings, then how are they represented in a Revenuecat payload/metada and where can I manage them on Revenuecat?