As stated in the documentation for build 2013.1196
“deviceID”
On iOS, returns a “unique” id for the device. Per Apple’s policies, on iOS 7 and later, deviceID returns a MD5 hash of the device’s “identifierForVendor” (see below); on iOS 6 and earlier it returns a MD5 of the device’s MAC address.
but practicaly, as on iOS6 and iOS5.1.1 it produce different values compare to the build 2013.1193.
Could you please return original implementation of the deviceID generation for the older
iOS6 and iOS5.1.1 versions to have it exactly as it was done before?
Otherwise after update all my customers will lost their stored information which will be a big disaster for me…
Thanks!