JWSRenewalInfo
Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format.
Declaration
string JWSRenewalInfoDiscussion
The 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 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 object to read the payload information.
To read the header, Base64 URL-decode it and use a JWSDecodedHeader object to access the information. Use the information in the header to verify the signature.