I am in need of specific information about which endpoint(s) (domain name and port) are used to send messages to an Android device via legacy C2DM.
I am also in need specific information about which endpoints(s) (domain name and port) are used to send messages to an Android device via legacy GCM using using Google Play Services API.
Also, with reference to Google Play Services API is there a specific endpoint that is used primarily for GCM only?
Any help here would be greatly appreciated.
I have read the documentation. This question pertains to a legacy app and how to manage firewall settings in a specific network environment to only allow GCM and/or C2DM and nothing else. We are trying to figure out the endpoints that the Android device connects to for GCM and C2DM to work.