We are using v2 server notifications and it is working mostly fine. However I am also getting some notifications with no signedTransactionInfo like this:
{
data: {
appAppleId: ...
bundleId: "..."
bundleVersion: "..."
environment: "Production"
}
notificationType: "DID_RENEW"
notificationUUID: "..."
signedDate: ...
version: "2.0"
}
Normally there is a signedTransactionInfo key which helps me find the transaction that is renewed, but for this case I have no idea which subscription is renewed.
Anyone has the same problem or knows a solution for this?