Does each Apple device (iPad/iPhone/iPod) have just one unique identifier for the span of it’s use? Will the following code always return that identifier?
[[UIDevice currentDevice] uniqueIdentifier];
Will Apple allow to use this method in a deployed application?
the UDID (uniqueidentifier) is for life, however, not sure if apple are happy you to call that method to retrieve it.