I have been researching the issue of IMEI binding in Swift. The solution I found was to use UUID. However, due to privacy concerns, Apple had to remove access to the device’s UUID.
“Apple had to remove access to the device’s UUID after a major privacy kerfuffle in the media.”
I am developing an application where IMEI is used for Android devices. However, for iOS devices, we can’t use IMEI. Is there any other solution available?
Every reply helps.
Thank you.