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/v2Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK 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.