windows phone 8 - how to get my device token in nokia lumia 630 -
basically php developer! , want implement force notifications windows phone! have refereed many blogs , started implement on this! demo purpose how can device token , device specific type of phone having windows 8.1 os.
is gui tool getting this.
if need device token follows-
byte[] devicearrayid = (byte[])microsoft.phone.info.deviceextendedproperties.getvalue("deviceuniqueid"); string uniquedeviceid = convert.tobase64string(devicearrayid); debug.writeline("device id - " + uniquedeviceid
also, if need help regarding force notifications in windows phone apps, follow link-
http://msdn.microsoft.com/en-us/library/windows/apps/hh202967%28v=vs.105%29.aspx
it has project simple webpage can send notification device testing purposes.
windows-phone-8 push-notification
No comments:
Post a Comment