I currently have a working implementation connecting my Android app to my GAE domain site. I was never able to get a working development environment and I always have to use my domain site to actually test my android implementation. I'm using the JAVA JDO implementation of GAE.
I ran into some issues with my GAE code and need to debug the request coming from the android using the emulator. I am using the 10.0.2.2:8888 in my android application to access the GAE running locally on the same PC. However, when i make the initial request to login and retrieve the Ascid cookie, no cookie is ever returned to me. Then i tried to use a combination of domain plus localhost (i.e. http://domain.appspot.com/_ah_login?continue=http://10.0.2.2:888/api&authToken ). This works to get the ASCID cookie back from my domain site, then if i try to use that cookie with my localhost GAE, no user is found in the user service - guessing that the cookie isnt valid for the server running on my localhost. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
