Hello!
I am testing my flutter application on Sandbox environment. I use
addCustomerInfoUpdateListener in order to get customer info ( I call it on app initialization) and then I listen to any changes that may occur. However, if user is offline and subscription expires it does not trigger listener. User has still has access to app. I would expect, that user should loose access to app if subscription expiration date is before now. Should it work like that?
From :
Michael suggest to call getCustomerInfo. Is it necessary if I’ve just got all the customer information from listener?
If it’s not a bug, but feature, what is your recommendation? Should I set timer myself in a code in order to take access away if expiration date passes?
Thanks in advance for your help!