Currently i see that there is no simple way to send custom push notification (I need to form json myself). Is there any ability to do this exists or it will be added in new sdk?
I need message like this:
{
"aps" : {
"alert" : "Username",
"badge" : 9,
"sound" : "default",
"jidSender":"sender@jid"
},
}
Currently the only way I can send message is :
pushnotificationService.sendPushMessageToUser(userName,message);