[android-developers] Getting unique Id from android phones

2011-07-29 Thread neo
Hey, I was just trying to identify my app's users uniquely through their device Ids. I came across the concept of using TelephonyManager [which gives IMEI, unique for each phone] and ANDROID_ID but i read on blogs that at times ANDROID_ID returns just 'null' . I tested using ANDROID_ID on a few

Re: [android-developers] Getting unique Id from android phones

2011-07-29 Thread Mark Murphy
On Thu, Jul 28, 2011 at 7:50 AM, neo shoaibkha...@gmail.com wrote: I was just trying to identify my app's users uniquely through their device Ids. http://android-developers.blogspot.com/2011/03/identifying-app-installations.html Has anyone faced this issue (ANDROID_ID giving 'null' or