I am very new to Revenuecat so I may have missed something. Consider the following:
Situation
- Suppose a user is currently using premium version A.
- Suppose it has decided to downgrade to premium version B - in the same Subscription group, and thus ‘purchased’ version B via the app, using the RevenueCat SDK.
- The downgrade will only become active when the current period of version A expires.
- In the RevenueCat dashboard I see the event: Changed their renewal preference to ‘Premium version B’.
Complication
After ‘purchasing’ version B nothing seems to change to the customerInfo
object indicating that a downgrade to version B is expected to come.
Question
I’d like to inform the user that their renewal preference is changed to Premium version B, how can I achieve this if nothing of this kind is available in the customerInfo object?
Additional info
I am currently testing only with purchases in the app store.