Open nuttao opened 10 years ago
never crossed my mind with this problem, i need to search on the matter (sorry for the delay)
For GCM it's sufficient to set a proxy like this:
GCM.http_proxy(addr="myproxy", port=8080, user="proxyuser", pass="proxypass")
GCM.send_notification(destination, data)
Unfortunately that does not work for APN.
Your gem works great, but my server need to use proxy to connect internet. How can I do? Need configs in rails or in gem's parameters, please help.