HIdehiko
HIdehiko

Reputation: 39

How to get cancellation date of Auto-Renewable subscription?

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.

Thank you for your help.

Hidehiko

Upvotes: 3

Views: 1585

Answers (2)

littlewhite
littlewhite

Reputation: 45

You can find cancellation_date string in the document, which indicates the subscribtion whether be canceled or not,and additional documentmay helps too;

Upvotes: 0

fresla
fresla

Reputation: 250

I have the same problem. I did find some information in the documentation though, but there doesn't seems to be any way to test this.

To summarize, there should be a cancellation_date field in the receipt. It should be in the same receipt you would find expires_date, both for iOS 6 & 7 transaction receipts! As you see, everything is based on "should".

Upvotes: 1

Related Questions