You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
Build the app and deploy to Android 8 Oreo device.
Send push notification to device with the following payload:
{
to : 'token',
data : {
message : 'message',
},
notification : {
title : 'title',
body : 'message',
icon : 'icon_notify', // defined in App_Resources
sound : 'notify', // defined in App_Resources
},
}
On older versions the custom sound is played, on Oreo default sound is used instead.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Include a wav file in App_Resources folder:
Build the app and deploy to Android 8 Oreo device.
Send push notification to device with the following payload:
On older versions the custom sound is played, on Oreo default sound is used instead.