[android-developers] Re: Google Plugin Beta 2.4 - C2DM Always tries to register at local ip and times out.

2011-08-05 Thread RS
since the recent update to the plugin (2.4), the auto generated example isn't able to register with C2DM on production device (using the same accounts as before that worked). On Jun 19, 2:43 pm, Andy Bryant andybry...@gmail.com wrote: When you run your app against your local app engine, Eclipse

[android-developers] Re: Google Plugin Beta 2.4 - C2DM Always tries to register at local ip and times out.

2011-06-19 Thread Andy Bryant
When you run your app against your local app engine, Eclipse generates a file assets/debugging_prefs.properties. The app checks if this file exists (see Util.getDebugUrl) and if so uses that to determine where to connect to. It not it uses the value defined in Setup.PROD_URL. So you can either