HTTP2 | Apple Push Notifications

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server

 

Apple allow to send push notifications to apple devices using the Apple Push Notification Service (APNs).

 

When you want to send a notification to a device, the provider must send a HTTP/2 POST to APNs including the following information:

 

What's required to Send Notifications

In order to send notifications to your device using Rad Studio, you must follow the next steps