0

i Know that we can not use UDID after ios 6. also after ios 7 we get mac address as 02:00:00:00:00:00

So i am looking for any third party api which will give me this details

Thanks in advance

Nik
  • 1,679
  • 1
  • 20
  • 36
  • For what purpose you require this? – Ashish P. Jul 11 '15 at 11:55
  • i am just playing with UDID and mac address and want to use them in my app. i am not going to upload it on appstore so need to get this details. – Nik Jul 11 '15 at 11:59
  • 1
    It is not possible to get UDID. You need to use identifier for vender. This vender identifier is same for all apps by same vender. In your case if use are using it in only one app then you can go for it. – Ashish P. Jul 11 '15 at 12:09

1 Answers1

0

FCUUID may be your choice.

Also you can create a GUID/UUID using the iPhone SDK and use KeyChain to store the UUID.

Community
  • 1
  • 1
NSDeveloper
  • 1,630
  • 15
  • 25