Actually, it's useful any time you need to store data remotely on behalf of the user without using some form of login, and thus need a single, persistent ID for a user. I originally thought the same thing too, so I went with using a GUID, but people get annoyed when their data disappears after install/uninstall, although these are beta testers, and real users are probably unlikely to do this as much.
Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monotouch-port-of-OpenUDID-tp4644130p4646023.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
