net-core-push-notifications
net-core-push-notifications copied to clipboard
Only HTTP/1.0 and HTTP/1.1 version requests are currently supported
I have installed the nuget package in my .net framework 4.7.2 backend and gets this response Only HTTP/1.0 and HTTP/1.1 version requests are currently supported, when calling apn.SendAsync. I can see in your code that you set the http request message version to 2: message.Version = new Version(2, 0); What can I do to fix my problem ? B.r. Jan Lange