-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem in push notification with moon- APNS #3
Comments
I'm having the same problem...any luck with a fix? |
must of the cases the issue is the path of the file p12 or the password, try to change the path of the file and verify the password it should work |
I had the same error and it was because I hadn't used the correct path to the p12 file. Editing it got rid of the error but I'm not receiving any notifications on the device, although otherwise the code appears to be working OK. |
Is there any one who still has the issue? I tried few times in certificate.p12 file but cannot get it run. |
i got this following error while calling apple push notification. “The message received was unexpected or badly formatted” anyone can help me to solve this Thanks in advance, |
I am also getting this error: "The message received was unexpected or badly formatted". My certificates are not expired, and this error has just started to occur. Any ideas? ***Update: This was an issue with Apple changing the connect from SSL to TSL. |
Finally solved. change the connect from SSL to TSL. |
Is there any other solution ? I did tried by changing sslProtocol to Tls, but it didn't worked for me. I am still facing same issue "A call to SSPI failed, see inner exception." |
when i Try to push notification I am getting following problem.
I got error as : "A call to SSPI failed, see inner exception."
in pushnotification.cs page of moon-APNS.
method : SendQueueToapple(IEnumerable queue)
error occurs in following line :
_apnsStream.BeginRead(response, 0, 6, ReadResponse, new MyAsyncInfo(response, _apnsStream));
of method : SendQueueToapple(IEnumerable queue)
waiting for the best solution.
thanx in advance.
The text was updated successfully, but these errors were encountered: