TN3180: Reverting to App Store Server Notifications V1
Migrate from version 2 to version 1 of App Store Server Notifications using the Modify an App endpoint.
Overview
When you enable your server to receive App Store Server Notifications, you configure your settings in App Store Connect. You select the version of App Store Server Notifications you want to receive, and provide your server URL, as described in Enter server URLs for App Store Server Notifications.
In the unusual case that you need to revert from version 2 to version 1 of App Store Server Notifications, use the Modify an app endpoint.
Create the app modification request
The Modify an App endpoint updates app information including the URL and version you use for App Store Notifications. To use this endpoint, create a object that includes the id, type, and attributes properties detailed in AppUpdateRequest.Data.
To revert to version 1 of App Store Server Notifications, add the following attributes to the request body of the endpoint:
Attribute | Value |
|---|---|
| Your server’s App Store Server Notifications V1 endpoint URL. |
|
|
The following code shows an example of a modification request that changes only the app’s App Store Server Notifications URL and version:
To change your server’s URL for receiving App Store Server Notifications in the sandbox environment, add the following attributes to the request body of the endpoint:
Attribute | Value |
|---|---|
| Your server’s App Store Server Notifications V1 endpoint URL for the sandbox environment. |
|
|
Revision History
2024-11-12 First published.