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
21
votes
2 answers

Detect UDID spoofing on the iPhone at runtime

Jailbroken iPhones get on my nerve as it taints some fundamental APIs on iOS, by using MobileSubstrate. http://www.iphonedevwiki.net/index.php/MobileSubstrate I believe many apps use UDID as a mean to authenticate a device and/or a user since it's…
kenn
  • 3,303
  • 2
  • 29
  • 42
21
votes
1 answer

get UDID of IOS device programmatically?

I want to get UDID of iOS device programmatically. I am using the following code to get UDID of iOS device. NSUUID *uuid = [NSUUID UUID]; NSString *uuidString = uuid.UUIDString; But output I get is different from actual UDID of my device.
Nishi Bansal
  • 315
  • 1
  • 5
  • 16
21
votes
2 answers

How to get Apple Watch UDID without Xcode?

I want to get my teams Apple Watch UDIDs for register devices in provisioning portal. but, my team members don't have Xcode.(not engineer)
kyubuns
  • 345
  • 1
  • 2
  • 8
21
votes
4 answers

Getting error on applying UDID as "Please enter a valid UDID"

Even though I've entered a new valid UDID to my developer's account, I'm getting an error "Please enter a valid UDID" so I can't proceed from there. Here I've enclose the image.
BlueBerry
  • 301
  • 1
  • 3
  • 13
20
votes
4 answers

How to get Apple Watch Unique id or UDID?

I want to get Apple Watch unique id. Is there anything available like UDID or unique identifier for developers?
Amrit Trivedi
  • 1,240
  • 1
  • 9
  • 24
20
votes
4 answers

Unusable UDID in new ios7 (with FFFFFFFF prefix)

I need to register new device because I need mobileprovision. I can't use mobileprovision because UDID has FFFFFFFF on start. I think it is wrong UDID. Any idea how to fix it?
Unmerciful
  • 1,325
  • 4
  • 21
  • 38
15
votes
2 answers

iOS Enterprise Program vs. iOS Developer Program

I am facing some issues related with iOS Developer program and iOS Enterprise Program. One of my client ask me to suggest one of them. Please answer my questions related to iOS Enterprise Program- If i purchase an iOS Enterprise account so when it…
iphonedev23
  • 991
  • 2
  • 12
  • 24
15
votes
3 answers

Using UDID to create unique user identity

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 mybe also the using of a password) for the user account. Is it possible…
tamasgal
  • 24,826
  • 18
  • 96
  • 135
14
votes
7 answers

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 distribution. So is there any replacement. I tied advertising identifier, open udid, UIID and secure UDID. But if the phone is reset then i will get a…
Avinash
  • 823
  • 1
  • 7
  • 18
13
votes
3 answers

Why does iOS get a new identifierForVendor when app updates?

Every time my app is updated from the App Store some small number of the users get a new identifierForVendor for some reason. My users don't sign up or login. They are all anonymous so I need to separate them through their vendor IDs. I've…
Esqarrouth
  • 38,543
  • 21
  • 161
  • 168
12
votes
6 answers

iPhone/iPad unique identifier BESIDES UUID/UDID?

The project I am on is requesting two (or even three) unique identifiers from the iPhone or iPad. I know, I know... the UDID should be enough but we are trying to see if there are any other unique identifiers that we can use. I can get the IMEI,…
edcincy
  • 321
  • 2
  • 3
  • 14
12
votes
4 answers

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 to this project. How do I do to add them in without creating a new distribution provision profile? I click edit provision…
STANLEY
  • 171
  • 1
  • 1
  • 8
12
votes
5 answers

Unique Identifiers for iOS MDM

Since Apple is deprecating Unique Device Identifier for apps, what is the best approach to link back an Enterprise App on a device that has been enrolled with MDM? From MDM Protocol reference document, the enrollment is still using the the UDID for…
adiman
  • 522
  • 9
  • 18
12
votes
3 answers

How to generate unique identifier which should work in all iOS versions?

I want to get the unique identifier which should support all iOS versions..Can any one help me on this issue. As you know that apple is deprecated the UDID method, So there is possibility to generate Unique id using wifi-mac address.But apple is…
Ganesh
  • 524
  • 1
  • 4
  • 16
12
votes
2 answers

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 in iOS 6 Thanks
iDia
  • 1,397
  • 8
  • 25
  • 44
1
2
3
24 25