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 227 forks source link

Remove uniqueIdentifier method #9

Closed coneybeare closed 12 years ago

coneybeare commented 12 years ago

Apple is now rejecting apps that call it. It should be removed from the code.

gekitz commented 12 years ago

I know they are rejecting apps which call uniqueIdentifier, but that's not what the open source thing does. We don't call this method we call a replacement. Either unique_Device_Identifier or unique_GlobalDevice_Identifier. I haven't heard from someone that Apple is rejecting this as well. Have you?

coneybeare commented 12 years ago

My bad. I was looking for this repo: https://github.com/ylechelle/OpenUDID

gekitz commented 12 years ago

hehe okay, so I will close this issue ;)