Custom sound not working on android 8, android 9 #5097
Unanswered
pradeepanCodetez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was facing an issue Custom sound not working on android 8, android 9, but working only android 7
Version Details
"react": "16.13.1",
"react-native": "0.63.4",
"@react-native-firebase/app": "^11.2.0",
"@react-native-firebase/messaging": "^11.2.0",
Postman
{
"to": "fAu9IBlUSFm_ZGFXW81APc:APA91bFmTLbfVyP24vyZYWibZLO2fsom2p3ueylDs6-Q33SiGUjoUZGG8ayx5wS_eDf7eeUP1Xdp8ewVGkNJBdeeQD7NTXXoT1tu1oeQvKq6EpihcETPuYXdnS41RuU5G3cQxZoHQhsO",
"notification": {
"title": "Some title",
"body": "Some body",
"sound": "notification.wav"
},
"data": {
"field1": "value1",
"field2": "value2"
},
"content_available": true,
"priority": "high"
}
Firebase Response
Message handled in the background! {"collapseKey": "com.codetez.drproviderapp", "data": {"field1": "value1", "field2": "value2"}, "from": "474522719783", "messageId": "0:1617029306642071%603add43603add43", "notification": {"android": {"sound": "notification"}, "body": "Some body", "title": "Some title"}, "sentTime": 1617029306632, "ttl": 2419200}
Beta Was this translation helpful? Give feedback.
All reactions