I'm writing a Tizen application and want to tie a user's data to their unique device (so that someone can't easily move that data to another one without a password). In the API I found access to a "TizenID" that is a "randomly-generated" value.
The documentation does not specify when that value is generated and therefore I can not tell how unique that value is.
In Android there is "AndroidID" that you can access that is documented to be generated the first time an installation is booted up. From that documentation I can tell the Android ID is unique per device and changes if someone factory resets their device.
I want to know if the TizenID is unique per device, per installation, etc.
Thanks