You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApnsClient.ConnectUsingJwt() - works if AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false); is specified somewhere in the program before the connection is created.
.NET Core 3.x
ApnsClient.ConnectUsingJwt()
ApnsClient.ConnectUsingCert()
.NET Core 2.x
ApnsClient.ConnectUsingJwt()
- works ifAppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);
is specified somewhere in the program before the connection is created.- doesn't work and probably will never do. Gets the same exception as in .NET Framework (see Expose the constructor so that a custom HttpClient can be passed in. #3, .NET Framework support #4)ApnsClient.ConnectUsingCert()
The text was updated successfully, but these errors were encountered: