https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server
Apple allows sending 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:

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