Tagged Questions
The udid tag has no wiki summary.
17
votes
1answer
4k views
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?
17
votes
1answer
4k views
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 ...
7
votes
2answers
6k views
Android UDID like IPhone?
Does Android have a UDID like IPhone? If yes, is there a way I can get it programatically?
Thanks
Chris
6
votes
1answer
663 views
How to track downloads on iOS5 without UDID
Anyone who knows how to track iOS app downloads (through web ads) without UDID?
I have thought it becomes impossible especially if the user comes from website to AppStore. But a company called WDA ...
5
votes
2answers
1k views
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 ...
3
votes
2answers
228 views
How to get Unique Device ID for Amazon Kindle Fire
To get the Unique Device ID on Android phones/tablets, we use the following:
((TelephonyManager) ctx.getSystemService(Context.TELEPHONY_SERVICE)).getDeviceId()
But for Kindle Fire, we can't get ...
3
votes
1answer
2k views
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 ...
3
votes
5answers
880 views
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 ...
3
votes
2answers
3k views
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 ...
3
votes
2answers
3k views
When should I give out my iPhone UDID? [closed]
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
2
votes
3answers
301 views
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 ...
2
votes
2answers
135 views
How to implement a basic voting mechanism in iOS that prevents duplicate votes?
I am showcasing content in my iOS app and I would like users to be able to vote. Instead of implementing a complicated "register a username" functionality, I just want a user to be able to upvote.
In ...
2
votes
1answer
1k views
Why don't people use MAC Address instead of UDID on iOS5?
I've read Apple is deprecating the UDID which a lot of people are relying on to uniquely identify devices. However, there is an API to get the mac address which should also be unique. Why don't people ...
2
votes
3answers
2k views
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 ...
2
votes
2answers
688 views
How do I access my iPhone 4's UDID?
I have just bought an iPhone 4 for development.
Unfortunately, I forgot to register my phone to my development account before I tried installing the iOS 4.3 beta 2 software.
Now I can't restore my ...
2
votes
3answers
882 views
How can I recognize whether a string is a UDID for an iOS device?
I'm working on an iOS Cocoa app that has a fallback - if the user doesn't enter a certain piece of data, the device's UDID is used instead, as a default. I need to add a check in our server code ...
2
votes
4answers
511 views
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 ...
1
vote
1answer
74 views
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 ...
1
vote
3answers
662 views
iPhone 4S - Will it have a UDID?
I know that the UDID is deprecated in iOS 5.0. Before I go crazy and update all my apps that have a [UIDevice currentDevice].uniqueIdentifier call, I would like to know if the iPhone 4S will report a ...
1
vote
1answer
205 views
Enrollment Challenge to retrieve UDID from iPhone
Ad hoc testing facilities like TestFlight and HockeyApp use a part of the iOS OTA enrollment process to retrieve UDIDs (and possibly other device information, such as device type), same goes for ...
1
vote
1answer
743 views
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-
...
1
vote
1answer
162 views
How can I explicitly define the UDID of the iPad simulator when running my app from XCode?
I'm new to iPad development and I'm trying to debug an app that connects to Google App Engine, and all the connection is based on is the UDID of the device which we register in the server.
So if I ...
1
vote
3answers
346 views
Getting unique ID of non-phone iDevices and Android tablets
My app uses a device's phone number to get meaningful information about the user's contacts.
It runs on Android and iOS.
On a phone, I simply use the 10-digit (no country code) phone number as the ...
1
vote
0answers
137 views
Getting more devices in Apple Developer Company Account
Currently the Apple Developer Company Account offers its users to register 100 devices to provide ad-hoc distribution and testing of apps via provisioning profile. As of my understanding these devices ...
1
vote
3answers
662 views
Will ios5 supports UDID to used by the developer [closed]
Possible Duplicate:
UIDevice uniqueIdentifier Deprecated - What To Do Now?
Currently we have developed an application for older version where,we are validating the user with their UDID,
Can ...
1
vote
2answers
282 views
is there any way to distribute the app to clients without adding his UDID?
My app is in final stage of testing ,i want to distribute the app to my clients without adding their UDIDs. I understand that there is a facility called enterprise developer program which permits in ...
1
vote
1answer
294 views
Accessing UDID via Javascript in UIWebView - iOS
I know there are many similar questions. But I am specifically looking to see if UDID can be accessed via Javascript within a custom UIWebView. If so, how can I go about doing that?
1
vote
1answer
313 views
What is the best way to manage iOS UDID's for client ad hoc distributions?
Given the 100 device limitation per year, what is the best way for a developer to develop applications for clients without exceeding their own personal developer account's limitation?
Should ...
1
vote
0answers
229 views
Derive UDID from iPhone serial #
the docs state that the iOS UDID is a hash derived from serial # and something else. Does anyone know - what else, and what's the hash algorithm?
The reason is, we have an enterprise database of ...
1
vote
0answers
400 views
How can I get UDID using liblockdown.dylib?
I try to get the UDID without using the UIDevice class but directly from implementing the dynamic library liblockdown.dylib on iOs 4.2. I don't find any documentation. All I need is to get the ...
1
vote
3answers
1k views
How to make a secure login using UDID or device token?
So I'm making an app where I want the users to be able add, edit and rate content, but I do not want to force them to register. Instead I was planning on just using their device id or device token to ...
1
vote
0answers
74 views
Restrict voting on an iPhone app to a particular iPhone device
I am working on a client iPhone app which allows users to rate various services. There is no registration or login.
The requirement is that a user can not repeatedly rate a service(although can ...
1
vote
2answers
125 views
UDIDs in provisioning profile?
Given a provisioning profile, does anyone know how to determine what UDIDs are in that profile?
1
vote
2answers
854 views
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, ...
1
vote
2answers
2k views
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 ...
1
vote
3answers
6k views
0
votes
1answer
41 views
iPhone - OTA beta testing on iOS 5
OK, I have read this page
How do you beta test an iphone app?
that does a nice job explaining how to send your app to beta testers out there. The only problem is this: to generate the ad-hoc profile ...
0
votes
1answer
65 views
Sending Apple's Push Notification from a Python code
I want to send a push-notification from the Python code (Django app) to client's phones.
I found several implementations, one of them is here: http://leepa.github.com/django-iphone-push/
My ...
0
votes
3answers
27 views
Can I add one iOS device on two different apple developer accounts?
I have two developer account and one iOS device. Can I add one iOS device on two different apple developer accounts? (I mean UDID)
Thanks for response!
0
votes
0answers
57 views
Mobile device ID connecting to user to log in to system
I am currently building a system for mobile phones, the system requires some sort of a login sequence and at the moment I am just using an MD5 generated API which is connected to the user in the ...
0
votes
0answers
91 views
Getting UDID of iPhone or iPad in ASP.NET
Hope you can help me out. I have a link to a mobileconfig file on my website. When I open the link on the iPad or iPhone the device will prompt to install the custom profile.
So far so good.
The ...
0
votes
1answer
99 views
How to save CFUUID in keychain
I'm developing an iPhone application.
The application access some web service that aboug other things should recognize the device ID.
Since UDID is deprecated, I need to call CFUUIDCreate to generate ...
0
votes
2answers
70 views
How to avoid building the code once again after adding a UDID
i have a application and i usually share it through ad-hoc distribution either by sending the .app file along with the distribution profile or by sending a .ipa file by embedding the profile to the ...
0
votes
1answer
278 views
iOS 5 - No more UDID - How to keep some critical datas to identifiy the user even if app is deleted
I've just read on a blog that the UDID will not survive iOS 5. I use it as an identifier combined to an app ID I generate myself. Without that UDID, I will just have the App Identifier but as it is ...
0
votes
1answer
110 views
Multiple iOS developer licenses for a company [closed]
My company has an iOS developer license, and like many others we have reached the 100 UDID limitation.
Since I have about 10 more months until the next time I can delete unused UDIDs I tried ...
0
votes
2answers
330 views
get UDID of Android device via adobe air
How can I get UDID of Android device via adobe air? I want to get UDID of my device with Android OS installed on it via Adobe AIR. How can I do it? Thanx!
0
votes
4answers
256 views
Check a Server for a matching UDID and autofill UITextField with matching Username
This is my first post on here so be nice :) I am new to coding iOS and currently coding an app which uses a login system which communicates with the server and saves a users UDID. I need to app to ...
0
votes
2answers
406 views
Generating Unique ID for phone (without using UDID)
I need to generate a unique ID for phones (to be able to identify the user) but do not want to use the UDID due to the lack of future support (in Iphone 5, etc). I am using Phonegap for my ...
0
votes
1answer
139 views
iPhone personalized push notification with client id - how?
I'm starting with push notifications on the iPhone.
I've read the documentation and several tutorials.
What I want to do:
My server stores app-settings, stored by the user. Depending on these settings ...
0
votes
1answer
163 views
Can I share ipa files OTA without collecting UDIDs through a 99$ publisher account
I want to know can ipa files be shared through a 99$ publisher account without demanding the UDID of your testers, as in an enterprise account.