Maybe this will be of use (in case you haven't seen it): http://android-developers.blogspot.com/2011/03/identifying-app-installations.html
It seems that the MAC address isn't really recommended as a unique ID either. On Mon, Nov 21, 2011 at 10:37, Steve Sharrock <[email protected]> wrote: > ** > I'm working with a device (Bluebird Pidion 6000) that returns null for the > AndroidID > > string id = Android.Provider.Settings.Secure.GetString( this > .ContentResolver, Android.Provider.Settings.Secure.AndroidId ); > > Is there a way of getting a MAC address or some other fairly unique ID > that I might try on this device? > > Other than this one clitch, the device seems to run our application pretty > well (except for a few SqlLite exceptions that I can work around). > > Thanks, > > *Steve* > > > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
