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.
Asked
Active
Viewed 1,063 times
0
-
1What 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 Answers
1
I think you are looking for a UDID as @Larme suggested. Have a look at OpenUDID

sbarow
- 2,759
- 1
- 22
- 37
-
As I answered @Larme ... IMEI would be preferable. But thanks, I'll give it a go. – Toncean Cosmin Oct 03 '13 at 12:59
0
Mac Address is no longer available on devices running iOS7