Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.