[UWP] get unique device id across all systems (strictly no duplicate at any case)
guess_me_if_u_can
126
Reputation points
in my case i need to identify my app's user by their unique device id. i have came across a solution by getting id using SystemIdentification.GetSystemIdForPublisher(). But i also came across a stackoverflow question where the id is getting duplicate across other systems.
https://stackoverflow.com/questions/61352554/getsystemidforpublisher-doesnt-return-unique-id
Kindly help me with the right fuctionality to achieve my case.
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Sign in to answer