alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Add configuration option for using the backup port on Asp.Net Core #111

Open prichter98 opened 2 years ago

prichter98 commented 2 years ago

I have encountered a problem trying to use the ApsNet.Core integration package. I need to use the backup port but there is no way to configure the ApnsService to create clients using the backup port.

If the service could be configured with an ApnsServiceOptions setting, analogous to DisableServerCertificateValidation, the problem would be neatly solved.