Hi,
I have to write an application to send push notifications to apple devices using the Apple Push Notification Service (APNs).
From Apple documentation: When you want to send a notification to a device, the provider must send a HTTP/2 POST to APNs including the following information:
- JSON Payload with the information you want to send.
- A Device Token that identifies the user's device.
- Some HTTP Headers about how deliver the notification.
- A SSL Certificate or a JWT Token to Authenticate your request against APNs
Is it possible to do all that things using TMS Sparkle?
Best regards.