The signedRenewalInfo is only present in App Store Server Notifications V2 for auto-renewable subscriptions. It is the same case as status that it is already optional.
Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format. This field appears only for notifications sent for auto-renewable subscriptions.
So we can safely decode this field checking if it is present first.
Hi August!
The
signedRenewalInfo
is only present in App Store Server Notifications V2 for auto-renewable subscriptions. It is the same case asstatus
that it is already optional.According to the documentation:
So we can safely decode this field checking if it is present first.