Is it possible to get device uuid?

Hello sir, I want to get ios Device id. I have used $cordovaDevice.getUUID()
But problem is that when uninstall the app it take new unique id. I want to get device uuid so that i can controll my apps…

Please help me…

That changing of the UUID is actually on purpose. You might find what you need here http://stackoverflow.com/questions/30936371/how-to-identify-ios-device-uniquely-instead-of-using-uuid-and-udid

1 Like