alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
112 stars 34 forks source link

Send Custom JSON String In Background #116

Closed theDVUSone closed 1 year ago

theDVUSone commented 1 year ago

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.