I am trying to implement Google Cloud Messaging. My internet provider uses dynamic ip addresses and when I try typing “http://my_ip_address:8080/gcm-demo/home” into the web browser as the Google tutorial says, the page will not open. Is there a way to set the server side up without having to have a static ip?
I am trying to implement Google Cloud Messaging. My internet provider uses dynamic ip
Share
You can host your server side code (GCM Server) at Google App Engine if you don’t have your own server hardware/hosted solution.
Go to:
https://developers.google.com/appengine/