Contents

App Store Server Notifications V2

Specify your secure server’s URL in App Store Connect to receive version 2 notifications.

URL

POST https://example.com/v2

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
responseBodyV2

The response body for a version 2 notification.

Mentioned in

Discussion

To receive server notifications from the App Store, provide your secure server’s HTTPS URL in App Store Connect. For more information, see Enabling App Store Server Notifications. To secure your server and receive notifications, your server must support the Transport Layer Security (TLS) protocol version 1.2 or later.

Upon receiving a server notification, respond to the App Store with an HTTP status code of 200-206 if the post was successful. If the post was unsuccessful, send HTTP 50x or 40x to have the App Store retry the notification. For more information, see Responding to App Store Server Notifications.

See Also

Server notifications version 2