Title: Push notifications show generic "You have a new message" instead of actual content #1623
Open
2 tasks done
Labels
bug
Something isn't working
Checklist
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
The text was updated successfully, but these errors were encountered: