How to get device token id of windows phone for push notification? -
i creating windows phone 8 app in phone gap + mobile jquery using visual studio 2012. want device token id device push notifications. can guide me how can device token id of windows phone 8?
you can use deviceextendedproperties
-
byte[] mydeviceid = (byte[])microsoft.phone.info.deviceextendedproperties.getvalue("deviceuniqueid"); string idasstring = convert.tobase64string(mydeviceid);
Comments
Post a Comment