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

Actually viable in the App Store? #8

Closed msmollin closed 12 years ago

msmollin commented 12 years ago

I see this is utilizing LLADDR, a BSD networking tool, to grab the mac address. Has anyone that you know of run this through Apple's private framework checks & review process to make sure it's OK to be using it?

gekitz commented 12 years ago

As far as I can tell, it's App Store save. I use it in one of my Apps and I had no problems with Apple's review process.