alexalok/dotAPNS

Send Custom JSON String In Background

theDVUSone opened this issue · 0 comments

Hello,
How do you send a custom JSON string in the background?
{
"aps": {
"content-available": 1
},
"type": "order",
"data": [
{
"orderKey": "92834908",
"orderType": "SO",
"action": "new"
}
]
}
Thanks in advance.