I am working on an iPhone App which communicates with a Server to store and exchange data. Since I would like to make it as simple as possible, I want to avoid registration (or
UDID is hidden since iOS-6 and later so you can uniquely identify device by:
UDID
NSString *UDID = [[UIDevice currentDevice] identifierForVendor];