Monitor subscription events in real time with server notifications from the App Store.
Overview
Server-to-server notifications (previously known as status
) are a service for auto-renewable subscriptions. The App Store sends notifications to your server of real-time changes in a subscription's status. You can use these new notifications and fields to make sure you have the latest information about your app's subscribers on your server and to help you effectively monitor subscription events.
When you enable your Subscription Status URL on App Store Connect, you automatically receive server notifications on your secure server. The App Store sends notifications as JSON objects for a number of subscription events. These JSON events, documented in responseBody, contain fields and information you can use to react to user subscription states according to your business logic. For more information on configuring and using server notifications, see Enabling Server-to-Server Notifications.
Important
The following top-level objects and notification type are scheduled for deprecation: latest
, latest
, latest
, latest
, and RENEWAL
. Update any existing code to rely on the following objects in unified_receipt and notification type instead: latest
, and DID
.