views:

189

answers:

2

How do you access the user's Google Account Id / username in code (pre-2.0)? I am building an application that will call a web service to store data and I want to identify the identity of the person sumitting the data.

If no user identity information available (pre 2.0) how about the ability to access phone identity (pre 2.0).

Thanks in advance.

A: 

Unfortunately you can't.

Jim Blackler
A: 

I was wondering the same thing. But the only thing that I can think of is: Use the web service to create a unique ID. Pass that back to your app and store it in a small SQLlite db. So every time your application starts, it uses that ID to correspond with your Web Service.

Does not give you much information about the phone itself, but atleast you can associate the Web Service usage with something.

Eric Harris