my app crashed when push notification from expo tool or postman

Please provide the following:

  1. SDK Version:36
  2. Platforms android

my app crashed when push notification from expo tool or postman
body fetch
{
“to”:“ExponentPushToken[***************************]”,
“title”:“title notification”,
“body”:“hello world”,
“_displayInForeground”: true
}

result :{
“data”: {
“id”: “dee19c9f-9c41-48bf-9ef9-f901ba7e0a4d”,
“status”: “ok”
}
}

but my app crash and not show any notification

hi! we need a reproducible example to help with this. please provide an example that we can run to demonstrate the issue. this is likely a bug in your own code and trying to provide a minimal reproducible example will help you to locate that bug! if you can reproduce it then it’ll help us to investigate! more guidance on how to do this if you need it: How to create a Minimal, Reproducible Example - Help Center - Stack Overflow

the same this example
snake push notification

hello. i just ran that on my phone, sent a notification through Push Notification Tool — Expo and it was received as expected. please share an actual link to the code that you’re running because i don’t think it’s that. make it easy for us to help you :stuck_out_tongue:

notbrent Thank you so much…MyCFAVisit

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.