You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I envisage a situation where my app will be deployed on dozens, maybe hundreds, of devices that are more-or-less identical, and it could be an advantage to keep track of which device (and thus which user) has had a reported problem.
Thanks.
The text was updated successfully, but these errors were encountered:
I believe ANDROID_ID requires an extra permission which Catlog does not have, and which I would prefer not to add. Hopefully the user's email address is good enough to uniquely identify them...? :)
I believe ANDROID_ID requires an extra permission ...
No, I'm using it in my app, and it doesn't require any extra permission.
Hopefully the user's email address is good enough to uniquely identify them...?
Haven't gotten that far yet, but I may configure all of the devices to use the same email address. (These will be devices that I configure myself and then sell or rent for dedicated use with my app.)
Thanks for creating CatLog and making it available.
I'm not all that well-versed in Android development, but would it not be a good idea to include Android_ID in the device_info.txt file?
http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID
http://android-developers.blogspot.com/2011/03/identifying-app-installations.html
http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id
I envisage a situation where my app will be deployed on dozens, maybe hundreds, of devices that are more-or-less identical, and it could be an advantage to keep track of which device (and thus which user) has had a reported problem.
Thanks.
The text was updated successfully, but these errors were encountered: