Solved

How to tell if user is unsubscribed but subscription has not expired

  • 9 March 2022
  • 1 reply
  • 61 views

Badge +4

We have a single entitlement in our project that can be backed by a few different subscriptions (iOS / Android / Web).  Cancellation flow works and I can see the hooks being delivered to RevenueCat but I’d like to be able to differentiate between states of “unsubscribed but subscription has not expired” (ie good until end of month) and “unsubscribed” (ie no entitlement).

 

Is there a way to do this?

 

Thanks!

icon

Best answer by jmif 9 March 2022, 00:59

View original

1 reply

Badge +4

Looks like the entitlement has a “willRenew” flag on it - missed this in my first pass, apologies!

Reply