We recently noticed that our app is receiving duplicate notifications, and this is impacting multiple users, and we verified from our server that we are sending the notifications only once
This is a sample payload of the notifications we are sending
{
"aps": {
"alert": {
"title": "title",
"body": "body"
},
"category": "test",
"mutable-content": 1
},
"navigateTo": "test",
"imageUrl": "test"
}
Also a user with IOS 17.5.1 reported this issue also