I am creating a windows phone 8 app in phone gap + mobile jquery using visual studio 2012. I want to get the device token id from the device for push notifications. Can anyone guide me as to how can I get device token id of windows phone 8?
相关问题
- Plugin with id 'com.google.gms.google-services
- How to access the camera from my Windows Phone 8 a
- google-drive can't get push notifications
- How to append a file, asynchronously in Windows Ph
- Custom click on Ionic notification using Firebase
相关文章
- How can I add media attachments to my push notific
- How to open current activity which is open while c
- Does the apple push notification distribution cert
- How posting One Signal notification's addition
- App not showing Notification receiving FCM when th
- iOS Push Notifications with empty aps dictionary
- Make Web push notification work using webview in a
- Does the APNs authentication key work for all my a
You can use the
DeviceExtendedProperties
-For what reason you need the device ID? In Windows Phone 8 you need to get a Push Notification cannel, that is an URL that unique identify your app & device combination. Later you use that URL to send your Notification XML to the Microsoft Push Notification Services. You can take a look at how Notifications work here.