gekitz / UIDevice-with-UniqueIdentifier-for-iOS-5

Brings back the unique identifier support under iOS 5, it uses the device's mac address in combination with the bundle identifier to generate a new hashed unique identifier.
MIT License
1.24k stars 226 forks source link

Get Same Device ID String #24

Closed aozhimin closed 7 years ago

aozhimin commented 8 years ago

I got Same Device ID String in my different device, one is ios7.0.4, one is ios8.3, Why?

deepaksahu-mob-ibtech commented 8 years ago

I got same issue with iOS version 7.x and above. iOS 7 and above versions devices – are always returning a MAC address of 02:00:00:00:00:00

solaadio commented 7 years ago

It no longer works on iOS7 and above

aozhimin commented 7 years ago

ok, got it