We have a need to send Apple push notifications from a Xojo web project. As Apple is planing to end support for their ‘legacy binary HTTP1.1’ API by March 2021 - it means we should use the new API using HTTP/2.
Does anyone have any input how this can be achieved? Is there any support for HTTP/2 in Xojo or any plugin? Can one approach be to use curl (for example the CURLMBS plugin)? Is it possible to keep an open connection in this case or will each request happen on a new conneciton?
Apple also require clients to use header compression HPACK.
To, perhaps, make things easier - using certificate based (instead of token based) connection would be sufficient.