hello, we are experiencing problems to send push notification to multiple channels, when we send to just a push is sent and received immediately when we send to multiple receive return success but no messages are sent.
The application that we are developing is totally based on the push of receiving the experience to continue the engagement of users. I have not found a way to open a ticket, we need help as soon as possible to solve this problem, I am sending push through the API and follows our JSON:
{
"audience": {
"android_channel": [
"0bb4a3b8-09fb-43ba-abe1-aad16c888b68",
"5f697f20-8676-4f96-9565-17d6edd84aff"
]
},
"device_types": [
"android"
],
"notification": {
"alert": "Mensagem",
"android": {
"style": {
"big_picture": "http://hondana.blob.core.windows.net/push/4/02082016105955.jpg",
"type": "big_picture"
},
"summary": "Sub Titulo",
"title": "Titulo",
"extra": {
"pushId": 225
},
"interactive": {
"type": "button_group_like_unlike",
"button_actions": {
"button_like": {
"open": {
"type": "deep_link",
"content": "br.com.hondana://deeplink/like_tip/225"
}
},
"button_unlike": {
"open": {
"type": "deep_link",
"content": "br.com.hondana://deeplink/unlike_tip/225"
}
}
}
}
}
}
}
Comments
9 comments