I have an application that uses rest to communicate to a server, i would like to obtain the iphones either mac address or device ID for uniqueness validation, how can this be done?
|
|
|
|||||||||||
|
The docs recommend use of CFUUIDCreate instead of So here is how you generate an unique id in your app
Note that you have to save the uuidString in user defaults or in other place because you can not generate the same uuidString again. You can use UIPasteboard to store your generated uuid. And if the app will be deleted and reinstalled you can read from UIPasteboard the old uuid. The paste board will be wiped out when the device will be erased. In iOS 6 they have introduced the NSUUID Class that is designed to create UUIDs strings Also they added in iOS 6
Also in iOS 6 you can use ASIdentifierManager class from AdSupport.framework. There you have
Edit: Pay attention that the
because there seems to be a bug in iOS. Related question: The advertisingIdentifier and identifierForVendor return "00000000-0000-0000-0000-000000000000" |
||||
|
|
|
For a Mac Adress you could use
implentation
Use:
|
|||
|
In IOS 5 It's better to use A lot of useful information can be found here: iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising? |
|||
|
|
|
Use this:
|
|||
|
|
Here, We can find mac address for IOS device using Asp.net C# Code....aspx.cs
.class File
|
|||||||
|


