0

I need to generate a IMEI in a iOS app since it's used for server-side checking ... and iPod's don't have a actual IMEI. I have searched and all I could find were IMEI validation methods and not how to generate one. Thank you.

Toncean Cosmin
  • 535
  • 4
  • 19
  • 1
    What do you really need? An unique identifier? – Larme Oct 03 '13 at 12:29
  • Yes ... I was using the UDID for testing till now, but It's deprecated. On the server-side is a IMEI validator and that's why I would try to generate a IMEI instead of using the UDID. – Toncean Cosmin Oct 03 '13 at 12:58

2 Answers2

1

I think you are looking for a UDID as @Larme suggested. Have a look at OpenUDID

sbarow
  • 2,759
  • 1
  • 22
  • 37
0

Mac Address is no longer available on devices running iOS7

How to get iOS device MAC address programmatically

Community
  • 1
  • 1
yunas
  • 4,143
  • 1
  • 32
  • 38