简体   繁体   中英

Push notification Error 111 connection refused

I am trying to integrate pushnotification with my app. and since one week i am getting same error '111 connection refused'. I checked every thing. generated .pem file 3 times to confirm that there is no any issue with .pem file. Certificate path is correct. Port number is 2195. Please, help me what would be the issue?

Thanks

please check this 2 links

1. Apple Push Notification Services Tutorial: Part 1/2

2. Apple Push Notification Services Tutorial: Part 2/2

may be you will get some better ideas from here.

That looks like a server error . Usually large sites will have front end servers that build and serve the dynamic content to your App with backend databases and information caches that retrieve the information to be built into a page. The error code tells that the webserver is not connecting to the backend for some reason. not real sure it has anything to do with you.

Just a guess this error may be caused by excessive traffic on the server.

Did you use the right server? For the production certificate it should be gateway.push-apple.com.akadns.net

so not gateway.sandbox.push-apple.com.akadns.net as for the development certificate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM