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?
How to get device token id of windows phone for push notification?
4.1k Views Asked by user2260989 At
2
There are 2 best solutions below
1
Josue Yeray
On
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.
Related Questions in WINDOWS-PHONE-8
- Deployment failed because no Windows Phone was detected when using Windows Phone Emulator
- Ellipsis inside button content Windows Phone
- Binding.StringFormat doesn't adhere to CultureInfo.CurrentCulture
- Deploy enterprise (in-house) application on windows phone without developer unlocking the phone?
- Application configuration files for Windows Universal app
- Cordova 'deviceready' event firing twice on wp8
- Input cursor windows phone phonegap
- How can I create a simple text file on a windows phone (8.1) that can be accessed trough USB cable?
- Windows Phone 8.1 : how to Launch an Installed app From My app
- Receiving shared content using windows phone 8.0
- How can we run camera as background view in windows phone 8?
- Windows Phone local toast notification Text wrapping and image is not showing
- OneDrive SDK & background task WP8.1
- Windows Phone 8.1 Emulator Xde.exe stops working when clicking on "tools"
- FileNotFound when renaming photo WP8
Related Questions in PUSH-NOTIFICATION
- Android: Transferring Data via ContentIntent
- Android Status Bar Icon Size - Using Cordova / Phonegap Push Plugin
- Parse.com - setting up push notifications for single users
- Android Push Notification - Parsing JSON Notification tag name to get raw file (Resource Id or Uri)
- Notification using setFullScreenIntent() for BigTextStyle opening Activity automatically
- Xiaomi does not receive a notification when the application is not running
- Is it possible to send push notifications as per user preference(Time) from parse?
- Cancel pending push notification
- GCM set expiration date for push notifications
- JPush works all over the world?
- Allow user to select notification sound in iOS Notification Settings
- Ios Push notifications not working. (Google play games unity plugin)
- Push notifications that trigger a background refresh before showing the push notification VS silent push
- JavaPNS NoClassDefFoundError
- p12 certificate is always incorrect at Pushwoosh
Related Questions in MPNS
- What does MPNS response with status code 200 and notification status 'Dropped' mean?
- Push Notification does not generate the ChannelUri while using on the device
- How to trigger a "flyout, dialog, app bar or other inline element" if the phone receives a notification while the app is closed?
- ip address range for Microsoft Push Notification Service (MPNS)
- Action="Clear" in windows phone push notification
- MPNS Windows Phone configuration
- What is the difference between un-authenticated and authenticated MPNS?
- WP7: Push Notification Subscription Lifetime?
- Windows Phone 7 - how to send files from/to the app?
- HttpNotificationChannel Open() throwing InvalidOperationException ("Failed to open channel")
- How to get device token id of windows phone for push notification?
- Tile notification for windows phone - invalid XML payload -
- How to set push notification receive message target page in windows phone?
- How to send push notification using php in windows phone?
- Push notification handler on Windows Phone 8
Related Questions in DEVICETOKEN
- About iOS app, Will the device token for push notification change after transfer account?
- How to get device token of device in Unity 5?
- get ios push deviceToken second time
- Getting different device id of one device from gcm
- How to share users device token in ViewController
- is there a way to check two device tokens are belongs to same device?
- Generate Device token in android for react native app
- How to get device token id of windows phone for push notification?
- Is it possible to get the device token even if Push Notification is not enabled?
- Using iPhone deviceToken for other purposes after push notification?
- DeviceToken as anonymous identifier IOS
- iPhone device token not match with download times
- How To Modify The PHP File To Send To More Devices Push Notification In Loop?
- How to determine Push notification status programmatically?
- Device token in push notification
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use the
DeviceExtendedProperties-