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

iOS 7 users receiving the same UDID #21

Closed nothingimportant55 closed 11 years ago

nothingimportant55 commented 11 years ago

My users have just started upgrading to the iOS 7 beta, and I'm finding that their UDIDs have changed and hundreds of them are being assigned the same UDIDs as each other.

fresswolf commented 11 years ago

I guess Apple now blocks access to the MAC address

rapher commented 11 years ago

@gekitz will you make this submodule work with iOS7?

gekitz commented 11 years ago

@rapher no, there is no way to make it work under iOS 7 as the MAC address access works differently under iOS 7.