Click here to Skip to main content
15,890,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we developed one app and implemented toast notifications. App is able to receive the notifications and am able to send notifications to the devices. but due to lack of unique device GUID, for single user am getting two channel urls. so single user is getting multiple notifications (duplicate). So if we have a unique id my problem will be solved.
suggest any ideas.
I have gone through this link also.

and the function I am using to get the device guid is

var token=Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken(null);
var id=token.id; 


from this I am generating the guid.
drawback with this function is it will give different GUID's
if hardware components changes.
Posted
Updated 19-Jan-14 18:09pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900