Contents

summary

The payload data for a subscription-renewal-date extension notification.

Declaration

object summary

Properties

NameTypeDescription
requestIdentifierrequestIdentifier

The UUID that represents a specific request to extend a subscription renewal date. This value matches the value you initially specify in the requestIdentifier when you call Extend Subscription Renewal Dates for All Active Subscribers in the App Store Server API.

environmentenvironment

The server environment that the notification applies to, either sandbox or production.

appAppleIdappAppleId

The unique identifier of the app that the notification applies to. This property is available for apps that users download from the App Store. It isn’t present in the sandbox environment.

bundleIdbundleId

The bundle identifier of the app.

productIdproductId

The product identifier of the auto-renewable subscription that the subscription-renewal-date extension applies to.

storefrontCountryCodesstorefrontCountryCodes

A list of country codes that limits the App Store’s attempt to apply the subscription-renewal-date extension. If this list isn’t present, the subscription-renewal-date extension applies to all storefronts.

failedCountfailedCount

The final count of subscriptions that fail to receive a subscription-renewal-date extension.

succeededCountsucceededCount

The final count of subscriptions that successfully receive a subscription-renewal-date extension.

Mentioned in

Discussion

The summary object appears in the responseBodyV2DecodedPayload when the notificationType is RENEWAL_EXTENSION and the subtype is SUMMARY. This notification occurs when the App Store completes your request to extend the subscription renewal date for eligible subscribers. For more information about this request, see Extend Subscription Renewal Dates for All Active Subscribers in the App Store Server API.

Topics

Data types

See Also

Response objects for in-app purchases