Good morning.
I am developing an IAP server for Galaxy Store application.
Currently, I am testing the subscription in a sandbox environment.
I have a few questions to ask.
-
It is under development by referring to the
Check subscription status
part of the official document.
When I requesting data with getSubscriptionStatus of SOAP API, if subscription is canceled,
the cancelSubscriptionDate parameter value is 2021-06-29 13:50:07.0.
(It is transmitted with an additional.0
value appended to it. )
It’s not matched from document specification YYYY-MM-DD HH:mm:ss GMT.
Please check whether the problem occurs only in the sandbox environment or if it is a bug. -
In the sandbox environment, when a user cancels a subscription or the subscription ends automatically,
the value of the cancelSubscriptionDate parameter is updated with a value of about 10 minutes added to the subscriptionEndDate parameter value.
I wonder if this is the correct part.
Please answer the above two questions.
Thank you.