SOCKS Proxy and HTTP Proxy considerations with push notifications
- by J.Ashworth
I'm working with push notifications in a mobile application, and I've been informed that a lot of our clients may be using SOCKS or HTTP proxies for outbound and inbound traffic.
Is there anything in particular I need to program or document with regards to deploying our mobile app in this sort of environment? If you were setting up and installing the application server, what guarantees would you want from the person that had programmed it? Specifically regarding push notification services for all four major OSes (APNS, GCM, BPS and MPNS).
I've got absolutely no experience with proxies or server deployment, in case you couldn't tell :)