Is there a way to get a unique deviceID/userID combination from Windows Phone? Let me explain: I'd like the unique ID NOT to change between app-reinstalls, but change when device ownership is transferred.
There is already a device ID property: DeviceExtendedProperties.DeviceUniqueId
, but that is unique to a device and does change with ownership transfers.
I guess I need some kind of userId. Is this available?