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
[ x] I have searched existing issues and this is not a duplicate.
Environment
Platforms:
Android version:
iOS version: Yes
Issues and Steps to Reproduce
Replaces this with steps to repro your issue, if applicable.
We were trying to send the critical notification with custom sound to my device when it is in do not disturb(Dnd) mode.
According to apple standard we have to send the payload in below format.
{
"aps":{
Report
Environment
Issues and Steps to Reproduce
Replaces this with steps to repro your issue, if applicable.
We were trying to send the critical notification with custom sound to my device when it is in do not disturb(Dnd) mode.
According to apple standard we have to send the payload in below format.
{
"aps":{
"sound":{
}
How can we send a critical alert for IOS?
Expected Behavior
Critical alert for IOS
Actual Behavior
Azure does not accept. Azure web portal if we send the above payload we get the response as "Bad Request" .
Link to Code
If you have some code that maintainers can clone/test for themselves, bugs can be resolved much faster. Please paste a link here.
The text was updated successfully, but these errors were encountered: