-
-
Notifications
You must be signed in to change notification settings - Fork 868
Closed
Description
Hi!
We are using the HTTP API.
In IOS:
[... cut ...]
'platform' => 2,
'tokens' => [token],
'notification' => [
'title' => 'title',
'sound' => 'intercom_call.wav',
],
[... cut ...]
The notification comes without sound.
In Android:
[... cut ...]
'platform' => 2,
'tokens' => [token],
'notification' => [
'title' => 'title',
'android_channel_id' => 'intercom_call',
'sound' => 'intercom_call',
],
[... cut ...]
Notification comes with default sound.
In the previous version 1.16.3 everything worked great.
Metadata
Metadata
Assignees
Labels
No labels