Beppe Magistro 1 Posted March 11, 2021 hi all , Apple will discontinue notification in binary mode at the end of march and will work only in HTTP/2 mode. anybody has a working example? Thanks in advance Beppe Share this post Link to post
vfbb 285 Posted March 11, 2021 You can use Firebase Cloud Messaging instead. There are some examples of FCM with delphi in github. Share this post Link to post
esegece 47 Posted April 16, 2021 Hi, sgcWebSockets (which I am the developer) supports HTTP/2 in Client and Server components (source code is 100% Delphi code without external dependencies, except openSSL libraries), so you can send push notifications using HTTP/2 protocol. To send notifications you can use Token-Based or Certificate-Based trust with APNs using HTTP/2 protocol and TLS 1.2 or later, both types of authentication are supported by sgcWebSockets. You can read more about this from the links below: Documentation Apple Push Notifications HTTP/2 Compiled Demo https://www.esegece.com/download/protocols/sgcApplePushNotifications.zip (Demo sources can be found in the trial, in folder: Demos\20.HTTP_Protocol\07.Apple_Push_Notifications) Trial https://www.esegece.com/websockets/download/download-delphi-cbuilder Kind Regards, Sergio 1 Share this post Link to post