<!--
{
  "availability" : [
    "App Store Server Notifications: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerNotifications",
  "identifier" : "/documentation/AppStoreServerNotifications/JWSRenewalInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server Notifications"
    ],
    "preciseIdentifier" : "data:store_s2s:JWSRenewalInfo"
  },
  "title" : "JWSRenewalInfo"
}
-->

# JWSRenewalInfo

Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format.

```
string JWSRenewalInfo
```

## Discussion

The [`JWSRenewalInfo`](/documentation/AppStoreServerNotifications/JWSRenewalInfo) type is a string of three Base64 URL-encoded components, separated by a period. The string contains the JWS representation of the subscription renewal information, signed by the App Store according to the JSON Web Signature (JWS) [IETF RFC 7515](https://datatracker.ietf.org/doc/html/rfc7515) specification.

The three components in the string are a header, a payload, and a signature, in that order.

To read the subscription renewal information, Base64 URL-decode the payload. Use a [`JWSRenewalInfoDecodedPayload`](/documentation/AppStoreServerNotifications/JWSRenewalInfoDecodedPayload) object to read the payload information.

To read the header, Base64 URL-decode it and use a [`JWSDecodedHeader`](/documentation/AppStoreServerNotifications/JWSDecodedHeader) object to access the information. Use the information in the header to verify the signature.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)