To uniquely identify an App in iOS 6 and above you use this code:
UIDevice.currentDevice().identifierForVendor
Is there an equivalent for Mac OSX?
To uniquely identify an App in iOS 6 and above you use this code:
UIDevice.currentDevice().identifierForVendor
Is there an equivalent for Mac OSX?