I am developing iOS app which sells the "Auto-Renewable Subscriptions" via the IAP. This app has to know the "date of the cancellation subscription" but I couldn't find the way so far.
Would you please tell me the way how to get cancellation date of Auto-Renewable subscription?
I have tried to confirm this point as below, but I couldn't find any clues.
I suspect that the "expires_date" key, described in the "Auto-Renewable Subscriptions" article, will store the date when users cancel the subscription. However, the article does not explain about it explicitly.
I wrote a very simple program to test actual behavior of IAP, but it doesn't work well as I expected. (it always returned 21007 in the 'status' key when this sample validates the receipt in the 'sandbox mode' iTunes Connect, but it did not return the "expires_date" value at all).
Thank you for your help.
Hidehiko