I have implemented a monthly subscription in app purchase in my app so I need to store the response from apple when the payment for that subscription will be ok and the user can use it even if is offline. Which is the best way to manage that information knowing that response is only "ok" or "error"?
All of this is to prevent the app ask for subcription status every time is used. Also, how can be handled if the subscription has free trial?
Regards.