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.
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 toDisableServerCertificateValidation
, the problem would be neatly solved.