Top "Udid" questions

Unique Device ID.

How can I retrieve the UDID on iOS?

I was wondering if it was possible to find out the UDID of the user's iPhone. Can someone shed some …

ios cocoa-touch udid
How to add UDID to the provisioning profile?

I have 3 iOS devices for which I want to deploy the application. How can I add the UDIDs of my …

ios certificate udid
How to generate Unique ID of device for iPhone/iPad using Objective-c

I wanted to know that How to generate Unique ID of device for iPhone/iPad using Objective-c so that once …

ios objective-c ipad udid
iPhone XS doesn't have UDID

I want to add an iPhone XS UDID in the Apple developer portal but I am unable to find the …

ios iphone udid ios12 apple-developer
Is the iPhone Simulator UDID unique for each installed instance?

i.e. does this call: NSString *udid = [UIDevice currentDevice].uniqueIdentifier; return always the same UDID when it is executed on …

iphone ios-simulator udid
Android UDID like IPhone?

Does Android have a UDID like IPhone? If yes, is there a way I can get it programatically? Thanks Chris

iphone android udid
add UDID in current provisioning profile

I have a distribution provisioning profile with 1 device already. Now there are a couple more devices want to be added …

ios udid
How to get the UDID in iOS 6 and iOS 7

I want to get the device id and send it into a web service. How can I get the UDID …

ios udid
UDID Replacement in IOS7

Is there is a alternative for UDID. My app will not be going to App Store as i'm using enterprise …

ios ios7 udid
How to identify iOS device uniquely instead of using UUID and UDID

In my iOS app, I have to restrict the user to use iOS app per device. To do this I …

ios uuid uniqueidentifier udid