API to get an iPhones unique ID? -


Two part question:

  • Is there a unique ID in addition to the MAC address in the iPhone ?
  • If so, is there an API call that I can use to get it?

(Hopefully this is not a duplicate, I have not found anything in the iPhone has a unique identifier, which is called UIDID (this same identifier is used) , When it is used)

Setting up an instrument for development or ad-hoc distribution). You can retrieve it:

  NSString * uniqueIdentifier = [UID device current device] .uniqueIdentifier;  

Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -