Paldom / UniqueDeviceID

PhoneGap / Cordova unique device id (UUID) plugin for Android, iOS and Windows Phone 8. Remains the same after app uninstall.
MIT License
169 stars 96 forks source link

Does the generated UUID change, when the operating system is being updated? #7

Open erikbarz opened 9 years ago

djett41 commented 9 years ago

I would also like to find the answer to this question!! Thanks in advance

Paldom commented 9 years ago

I couldn't test it on all platforms and all update types, but knowing the technical background it should be the same after system updates.

youngmob commented 9 years ago

if user performs factory reset, then seems the UUID gets changed.

djett41 commented 9 years ago

@youngmob but does the keychain get reset? I think its known that the UUID can change, but this plugin doesnt rely on Device UUID and instead generates an Id and stores it in the keychain.

So what some of us are really trying to understand is under which circumstances is the keychain reset or cleared?

mletynski commented 9 years ago

It seems that for windows os the UUID gets changed.