Posts

Post not yet marked as solved
8 Replies
5.5k Views
Hi, Sometimes I get tons of errors 21104 and 21107 in a row when I try to validate new subscriptions and renew existing subscriptions from our server side by using the endpoint verifyReceipt: POST https://buy.itunes.apple.com/verifyReceipt https://developer.apple.com/documentation/appstorereceipts/verifyreceipt The response of this endpoint doesn't give any extra information: { 		"environment": "Production", 		"status": 21107, 		"is_retryable": true } I noticed that those subscriptions are renewed on the second try after waiting a bit (in a different hour/day). The documentation only indicates that the status codes 21100-21199 are internal data access errors but it doesn't specify each one: https://developer.apple.com/documentation/appstorereceipts/status I understand that it's an error on the Apple side so there is nothing I can do but if someone could give us more information about those errors (21104 and 21107).
Posted
by pdcgomes.
Last updated
.
Post not yet marked as solved
0 Replies
782 Views
Hi,I want to track on backend side when a trial subscription (introductory offer) just ends and Itunes automatically initiates billing against the user's credit card.https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.htmlDoes Itunes send any event when the introductory offer ends? in this case, what notification type does Itunes send?Kind regards,
Posted
by pdcgomes.
Last updated
.
Post not yet marked as solved
1 Replies
2.0k Views
Hi,I would like to ask if there is any endpoint in iTunes connect which I can use on the server side to retrieve all the products.As far as I see in the documentation, it only can be done from Client side using SKProductsRequests and it doesn't even return all the products (only the products based on the user's country).Could you confirm if exist anything for the server side?Kind regards,
Posted
by pdcgomes.
Last updated
.