http://techcrunch.com/2011/08/19/apple-ios-5-phasing-out-udid/
Jag är nyfiken på om det också kommer att påverka de olika
analytics-kits som finns, t.ex Flurry som en massa appar använder.
(Flurry är evil, så det vore rätt åt dem)
-uffe
http://oleb.net/blog/2011/09/how-to-replace-the-udid/
This actually takes you part of the way to something that might be
more interesting than a hardware-unique identifier: a user-unique
identifier. With this approach, you could create a unique ID the first
time a user launches the app on any device, save it in iCloud's
key-value store (whose API is really similar to NSUserDefaults), and
access the same value when the user launches the app on another
device.
The only use-case that this doesn't cover is accessing the same
identifier in multiple apps. (and even that might be possible using a
wildcard identifier in your app, and sharing the ID via iCloud).
//jack
2012/3/22 Ulf Urdén <ulf....@gmail.com>:
> --
> Det här meddelandet skickas till dig eftersom du prenumererar på gruppen CocoaHeads Sundsvall i Google Groups.
> Om du vill göra ett inlägg i den här gruppen skickar du e-post till cocoaheads...@googlegroups.com.
> Om du vill sluta prenumerera på den här gruppen skickar du e-post till cocoaheads-sunds...@googlegroups.com.
> För fler alternativ, besök gruppen på http://groups.google.com/group/cocoaheads-sundsvall?hl=sv.
>
--
// jack
// http://nuthole.com
// http://learncocoa.org
2012/3/22 Jack Nutting <jnut...@gmail.com>:
http://appcubby.com/blog/apple-deprecated-flurrys-data/
2012/3/22 Ulf Urdén <ulf....@gmail.com>: