Questions tagged [udid]

Unique Device ID. A unique identifying number in any iOS device.

Unique Device ID. A unique identifying number in any iOS device.

367 questions
81
votes
18 answers

Is there a way since (iOS 7's release) to get the UDID without using iTunes on a PC/Mac?

I'm developing an app for my company and we're going through the process of slowly letting people into the "beta" by adding their iPads to the company's iOS Dev Center accounts. From there we do an ad hoc build for local Intranet distribution. At my…
Tom Kidd
  • 12,551
  • 18
  • 84
  • 126
69
votes
10 answers

iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising?

Apple is changing their privacy settings for iOS6 and deprecating device UUIDs (UDIDs). According to a WWDC presentation and the docs there are two replacements for the UDIDs, both in the UIDevice class: -identifierForVendor ID that is identical…
Tihom
  • 3,274
  • 5
  • 31
  • 47
54
votes
4 answers

Can I distribute my App for any device without UDID?

I've been searching stackoverflow, reading in the various blogs to get answer to my question "Can I distribute my app to someone, without getting his device UDID?" The answers I found is all about "NO! You must have the list of UDIDs" BUT, I've…
Almas Adilbek
  • 4,171
  • 10
  • 55
  • 94
45
votes
14 answers

App rejected, but I don't use UDID

Today we received a feedback about our submission and we do not understand the reported problem: "Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice. Please update your apps and servers to associate…
Tiago
  • 451
  • 1
  • 4
  • 4
39
votes
5 answers

Differences between UDID and UUID

Some people say UDID (Unique Device IDentifier) and some say UUID (Universally Unique IDentifier). Are they are the same or not? What are the differences between them?
user960567
  • 28,664
  • 58
  • 165
  • 292
38
votes
10 answers

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 light?
Oh Danny Boy
  • 4,692
  • 8
  • 54
  • 85
38
votes
3 answers

iOS device UDID

I need to add an iOS device to iTunes connect for develop and testing - the registration of a new device requires a UUID. Where can I find an iOS device UUID/id?
codeve
  • 520
  • 1
  • 4
  • 7
30
votes
3 answers

Enterprise In-House App distribution

I'm developing an iPad application for a company. Because of confidentiality reasons they do not want to publish the app to the app-store. The fulfill the enterprise program requirements but they have not participated yet. The company wants to know…
Dominik
  • 589
  • 1
  • 4
  • 16
28
votes
4 answers

UDIDs in provisioning profile?

Given a provisioning profile, does anyone know how to determine what UDIDs are in that profile?
James Testa
  • 2,841
  • 4
  • 39
  • 59
28
votes
5 answers

Is there a way to see what UDID are included in a build?

I am looking for a way to validate an IPA or mobileprovision file, to see if all my test devices have been added before i distribute the app for beta-testing.
Lohardt
  • 1,027
  • 1
  • 12
  • 26
27
votes
10 answers

How to get Device UDID in programmatically in iOS7?

How to get device UDID in programatically in iOS7.[[UIDevice currentDevice] uniqueIdentifier] I was used this code This is deprecated iOS7. how to get the device UDID. The UDID String changing when I delete the app and the reinstall means the UDID…
iSara
  • 879
  • 3
  • 9
  • 24
26
votes
3 answers

Under what conditions is Apple's 'advertisingIdentifier' reset?

Other than the user manually resetting it, has anyone observed other things that will cause the ADID to be reset? OTA OS Upgrades? iTunes Restores?
Randy Dailey
  • 313
  • 1
  • 4
  • 11
25
votes
12 answers

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 UDID in iTunes and without adding the UDID I am unable to run my app on the iPhone XS. I tried adding the ECID and SEID but it didn't work. I couldn’t find…
Milap Kundalia
  • 1,436
  • 1
  • 15
  • 24
25
votes
1 answer

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 devices to the mobile provisioning profile so that I can deploy ad-hoc IPAs to the devices? I am unable to add UDIDs to the provisioning…
Ankit Tanna
  • 1,540
  • 5
  • 31
  • 55
23
votes
4 answers

Getting a device UDID from .mobileconfig

I'm trying to write function similar to http://whatismyudid.com/ that, then approved, will return the users UDID and store it to a database for future reference with that user. I have written a .mobileconfig xml doc that opens in the Profile…
joseym
  • 1,312
  • 4
  • 20
  • 34
1
2 3
24 25