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.
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?
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?