question

river406 avatar image
river406 asked

How long it takes from customer set"auto renew off" to RVS replies about it

Hi~ I'm developing third party server side functions about IAP 2.0. and Now performing Live App Test. Our app has in-App item and it is subscription service. About 1 hour ago. I purchased the in app item and RVS returned response what I expected. and about 30minutes ago. I changed "auto renew" to OFF through amazon web site. but RVS still respond the "cancelDate " as null. Is it normal? If it is normal How long it takes to RVS apply user action "auto renew OFF"? please answer me~
iap
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Sujoy@Amazon avatar image
Sujoy@Amazon answered
The cancelDate does not contain information about auto-renewal settings for the subscription. The cancelDate should be used to determine whether the subscription is active or not. The cancelDate is provided when the subscription is no longer active. When the cancelDate is null in the verifyReceiptId request, it means that purchased subscription is still active. Once auto-renew for the subscription is turned off by user and the current subscription period is over, you will start receiving the subscription end date as the value of cancelDate in the RVS response.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.