Linked Questions

11 votes
5 answers
24k views

I want unique device ID for iPhone that remains unchanged?, I want Unique device ID that cannot be changed if I uninstall application and install again on same device. I am Using swift 2.1.1 and xcode ...
sagar varsani's user avatar
0 votes
3 answers
17k views

I am creating an iOS app that I need a unique identifier that has to be the same even user removes all content(reset to factory settings). I know years ago we can get the UDID but right now we can ...
Yibin Feng's user avatar
2 votes
1 answer
6k views

I have to integrate a system in which I have to enter the device UUID manually to register the device into my database. And at the time of login if the device UUID match with the database value, only ...
Mohindra Bhati's user avatar
1 vote
0 answers
1k views

Here are some steps by following I'm getting different UUID eachtime. Install app get UUID Ask permission for location and push notification (cause I need it in login page) allowing both permission ...
Mrugesh Tank's user avatar
  • 3,570
512 votes
31 answers
167k views

It has just come to light that the UIDevice uniqueIdentifier property is deprecated in iOS 5 and unavailable in iOS 7 and above. No alternative method or property appears to be available or ...
Oliver Pearmain's user avatar
12 votes
7 answers
11k views

Is it possible to get the MAC address using Swift? The MAC address being the primary address for the Wi-Fi or Airport. I'm trying to make a OS X application.
jimbob's user avatar
  • 471
7 votes
3 answers
16k views

I use the below code since long time. I have thought it is unique But I have deleted my app and reinstalled it, I get new different Device-ID. if let uuid = UIDevice.current.identifierForVendor?....
user10118085's user avatar
16 votes
2 answers
15k views

I'm working on an angular app and I use Firebase to authenticate my users. I would like to know how I could prevent my users to give their account to other people. Also I would like to prevent people ...
cedric123's user avatar
  • 173
21 votes
1 answer
6k views

I'm a regular reader here at stack overflow but this is my first question. I'm developing an authorization-server using the OAuth2 specs. And I just got stuck with how do I ensure the first-party ...
Bruno Castro's user avatar
6 votes
3 answers
3k views

I want to be collecting both the installation event (on the new app) and the account creation event (on all the old apps). To ensure uniqueness and prevent fraud (that is each installation should ...
Foutse's user avatar
  • 125
0 votes
4 answers
4k views

I have a cocoa application. I need to retrieve the UDID of the iPhone connected to machine using cable. Is there any way to programatically discover iOS devices connected to Mac OS X machine in cocoa ...
user avatar
1 vote
1 answer
2k views

I cannot find anything on Device check Api in iOS over here. However, let me draw your attention to the fact that, I wanna use and pass Unique ID from my iPhone app to the server always with the ...
Fazlin Nouzil's user avatar
1 vote
2 answers
3k views

As many of you know, in order to give support for push notifications in my app I need two things to be stored in MySQL: device id device token which I respectively get with: let device = UIDevice....
SagittariusA's user avatar
  • 5,467
0 votes
1 answer
793 views

As UDID is deprecated, is there any other possible solution to get a unique device identifier ? We can use vendorIdentifier, but it wont be same if user reinstalls the app for next time. Previously i ...
Steve Smith's user avatar
1 vote
2 answers
920 views

I am working on application where i need to get mobiles wifi Router's manufacturer name(EX:: Kasda Network Inc or Huawei technologies co. ltd ).Here an app which shows Vendor name like Below. How can ...
Mehsam Saeed's user avatar

15 30 50 per page