Hi, I am following google official tutorial <https://developer.android.com/google/gcm/gs.html> for sending push notification to all my app users. I have successfully implemented it as a demo app. I am running below command to run Google App Engine Server
ant -Dsdk.dir=/home/myUserName/appengine-java-sdk-1.9.18 runserver -Dserver.host=My_Network_IP Buildfile: gcm-demo-appengine/build.xml I think because I am using *-Dserver.host=My_Network_IP *only my device or devices under this network IP address can register to client app. I want all my app user to be able to register. I dont know how to make it happen. Can anyone tell me how can I achieve this. I have posted detail question on stackoverflow <http://stackoverflow.com/questions/29495757/is-it-necessary-to-have-all-devices-in-same-network-to-receive-the-push-notifica/29496604?noredirect=1#comment47185689_29496604>. I got one answer that I need to deploy my server code to some web server. Do I need to host some web server for this? other person answered me like " you can deploy it on the cloud in minutes with no charge" Will it help me? If so then how to do it? If anyone of you have implemented gcm push notifcation using Google App Engine as a server then please help me. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/57438e84-6393-4c83-9c9d-a3f2b05741ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
