Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title: Push notifications show generic "You have a new message" instead of actual content #1623

Open
2 tasks done
Tilak1028-st opened this issue Nov 15, 2024 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@Tilak1028-st
Copy link

Tilak1028-st commented Nov 15, 2024

Checklist

  • I am reporting an issue in existing functionality that does not work as intended
  • 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

  1. Set up push notifications in the app
  2. Receive a new message when app is in background
  3. Observe notification showing only "You have a new message"

Environment
Device: iPhone 14
iOS version: 17.2
App version: 10.0.1

@Tilak1028-st Tilak1028-st added the bug Something isn't working label Nov 15, 2024
@VetaLioSTV
Copy link

#1301 super old bug... still sometime appears, reboot helps,but not always.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants