Thank you for the fast reply.
I'm not using other notification types. Only p=10, alert. So I would expect to see at least one Notification when I turn WiFi on. But I do not see any.
I frequently experience the issue in production where I am sending a different payload each time (clock and timestamp are unique, and the message is usually different) so I don't think it's due to identical payloads
I am not sure if I have the apns-ids because I'm using Amazon SNS to deliver the notifications. Perhaps it is the messageId or deliveryId field below? I also have a precise timestamp and device token below, if that is something you can use.
I'm fairly certain this one failed to appear, but just in case you don't see anything unusual on your side, I will try to reproduce the issue again.
Token:
3f6e0931ae20851fdb17fe1add4a880a0449adabe130be01d08bf8fae79e2f09
# 2024-11-12T11:12:36.528-05:00
{
"notification": {
"messageMD5Sum": "...",
"messageId": "4f660f74-9108-5925-a5bf-50d911ba999e",
"topicArn": "...",
"timestamp": "2024-11-12 16:12:34.1"
},
"delivery": {
"deliveryId": "8ed6d103-a369-598d-9bbc-8eae23dbea58",
"destination": "...",
"dwellTimeMs": 67,
"token": "3f6e0931ae20851fdb17fe1add4a880a0449adabe130be01d08bf8fae79e2f09",
"statusCode": 200
},
"status": "SUCCESS"
}
I'll also keep trying to reproduce the issue using the APNS API directly, so I can specify an apns-id.