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
Now you can use the old style Development or Production certificates, but it will throw an exception if you pick the wrong server environment for either.
thrownewApnsConnectionException("Your Certificate is not in the new combined Sandbox/Production APNS certificate format, please create a new single certificate to use");
97
+
thrownewApnsConnectionException("Your Certificate is not a valid certificate for connecting to Apple's APNS servers");
thrownewApnsConnectionException("You are using a certificate created for connecting only to the Sandbox APNS server but have selected a different server environment to connect to.");
thrownewApnsConnectionException("You are using a certificate created for connecting only to the Production APNS server but have selected a different server environment to connect to.");
96
104
}else{
97
105
thrownewApnsConnectionException("You must provide a Certificate to connect to APNS with!");
98
106
}
@@ -168,6 +176,12 @@ public void OverrideFeedbackServer (string host, int port)
0 commit comments