I have implemented amazon in-app in my android app, but I don't know what will happen when user's subscription will expire.
Right now, I am keep expiration details on my server hoping that after expiry, subscription will get available to the user.
How will my application get to know about subscription expiry?
Do I have to do anything?