[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 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 uninstall the app on your phone, then reinstall but
 don't debug against local app engine. Or edit Util or Setup classes as
 these are both in yourprojectfor you to play with.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 uninstall the app on your phone, then reinstall but
don't debug against local app engine. Or edit Util or Setup classes as
these are both in your project for you to play with.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en