[x] I am reporting an issue in existing functionality that does not work as intended
[x] I've searched for existing GitHub issues
Description
Push notifications are displaying generic "You have a new message" text instead of actual message content, even though the encrypted payload is being received.
Expected Behavior
Push notifications should show the actual message content after decrypting the "p" parameter from the payload.
Actual Behavior
Only showing generic text "You have a new message" despite receiving encrypted payload:
json
{
"aps": {
"alert": "You have a new message",
"mutable-content": 1
},
"p": "ln_G6cw07ov2ROZ4dxl7SP5g8U1UeZUpytMTleEfEdcLJta0N2Whjjhmtrp0JdBK..."
}
Steps to Reproduce
Set up push notifications in the app
Receive a new message when app is in background
Observe notification showing only "You have a new message"
Checklist
[x] I've searched for existing GitHub issues
Description Push notifications are displaying generic "You have a new message" text instead of actual message content, even though the encrypted payload is being received.
Expected Behavior Push notifications should show the actual message content after decrypting the "p" parameter from the payload.
Actual Behavior Only showing generic text "You have a new message" despite receiving encrypted payload:
json { "aps": { "alert": "You have a new message", "mutable-content": 1 }, "p": "ln_G6cw07ov2ROZ4dxl7SP5g8U1UeZUpytMTleEfEdcLJta0N2Whjjhmtrp0JdBK..." }
Steps to Reproduce
Environment Device:
iPhone 14
iOS version:17.2
App version:10.0.1