udid

Why is an iPhone Device ID 40 characters?

UUIDs are usually 36 characters. ...

how to get Iphone UDID of device while installing the application from app store?

Hi, In my Iphone application , i am able to get the UDID of the device and have display it on alertview. my query is that while any user go to the apple appstore and try to istall the application, at that same time how to get the UDID of the device and store it to the Database and also want the UDID of application at the time of uninst...

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 the iPhone Simulator on any mac computer or not? Currently the iPhone Simulator on my computer returns "2BA99337-3AE2-5234-93DA-193703B876F8". ...

When should I give out my iPhone UDID?

When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this out? Many thanks ...

Is it allowed to transfer iPhone UDID to my server?

My app has a feature which requires identifying each app users. I'm planning making the app sends UDID to my server. Server stores it, for later use. I don't think that's a personal information, however, I want to know is it approvable or not in Apple's AppStore. And, including transferring phone numbers. In the case of WhatsApp, it rec...

How to distribute an iPhone app BEFORE the sale date without getting UDIDs or jailbreaking?

I've got an app that's approved by Apple and ready-for-sale, but we're holding off for a few days for press reasons. Anyone know of a way to distribute this thing to beta testers without dealing with UDIDs or jailbreaking phones? Does it matter that it's approved, can I just give select users a file without the provisional stuff? ...

Android UDID like IPhone?

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

Programmatically display iPhone/iPad UDID

I have an iPad app in which I get the device's UDID by the following code in the viewDidLoad method. uid = [[UIDevice currentDevice] uniqueIdentifier]; uid = [uid stringByReplacingOccurrencesOfString:@"-" withString:@""]; I wanted to remove the dashes in the string. Later, in another method call, I try to access this uid string (whic...

Is it possible to get UDID from iPhone safari browser?

I need to retrieve UDID (or any other device unique id) from iPhone safari browser (through cookies or request/response header or any other way). Is it possible if yes how? thanks -Z ...

Can I retrieve an ipad unique device identifier that through Safari with a js web app?

Hello all! We have an application running on a Windows Server and being accessed by IPads from Safari. The web part is written in javascript. We would like to store user preferences in the server, but are lacking an identifying number that we can retrieve from the ipad device through our web code, so as to store different ipad's settin...

What to use if not "IPHONE UDID"?

Wow... look at all the "panic stories" online this week regarding using an iPhone's UDID. [[UIDevice currentDevice] uniqueIdentifier] What SHOULD we be using instead? What if the phone is sold to another user... and an app has stored some data on a remote server, based on the phone's UDID? (Of course, I want to avoid the problems w...

iphone: create provisional build then send to someone else

how can i create a provisional build and then send it to my work colleague so they can view it on their iphone? I have there udid number if that helps ...

iphone how to send my project build to someone else

my work colleague is asking me to send a build so that he can install the application on his phone to test it. I need to send this application to him today. a build that is. not the actualy project just the correct files needed so he can install it on his iphone. Heres what I've done. Ive added his UDID to a new device in the provision...