Questions tagged [wns]

The Windows Push Notification Services (WNS) enables third-party developers to send toast, tile, badge, and raw updates from their own cloud service. This provides a mechanism to deliver new updates to your users in a power-efficient and dependable way.

100 questions
0
votes
1 answer

Windows Phone 8.1 Toast Notification not playing custom sound

I am in dire need of your help. I am a Windows app developer and I need my app to play an alarm sound when a toast notification is received. I have tried many different loadouts and everything works fine (Even applying silent='true' in the audio…
0
votes
2 answers

Using WNS for Windows phone Silverlight 8.1-MPNS for Windows phone 8

I have developed Windows Phone 8 application and implemented MPNS(Microsoft Push Notification Services). **I have upgraded the app from Windows Phone 8 version to Windows Phone Silverlight 8.1 using Visual Studio 2013, As per this link I found WNS…
0
votes
1 answer

changing the animation of live tile on windows 8.1

Im trying to send some notifications to a windows store app, from a node.js api. My objective is to have a couple of notifications, that have an animation where one is being displayed , then the other would slide up and stayed for 5 secs or so, then…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Windows Push Notification Services Token request via ColdFusion

I am trying to get the "access token" from WNS via a ColdFusion request but I get a "Bad Request" response. I believe I have everything set up correctly following the instructions here. My devices are registering the URI's to my backend. Here is a…
IanOSullivan
  • 549
  • 1
  • 4
  • 12
0
votes
1 answer

WNS error 0x880403E8 on device

I am developing a WP8.1 silverlight app, that receives WNS notification. It works fine on the emulator, but on the device (lumia 640), it crashes at the following api call: var channel = await…
JTIM
  • 2,774
  • 1
  • 34
  • 74
0
votes
1 answer

Setting up WNS service for windows phone 8 get error after add tag

I am setting up windows phone 8.1 push notification with urbanairship. I have SID and Secret key for my app. But when i do following step mentioned in dev.windows WNS-->Live Service site: To set your application's identity values manually, open…
0
votes
1 answer

How to display push notification for user in windows 8.1?

I am currently working on Windows 8.1 Push Notification part. I have read different links and found that first we need to register the app and get all the information like SID and Client Secret and send to our server team so they can send push…
Kinjan Bhavsar
  • 1,439
  • 28
  • 58
0
votes
0 answers

Windows 8 push Notification 404 using PHP

I'm sure access_token & sid & secretis right. I do not know what will cause 404 Error. This is my PHP code: public function build_tile_xml($title, $img){ return ''. '
eggkouun
  • 1
  • 1
-1
votes
1 answer

Which cloud service to be used for enabling Push notification services (WNS) -WINDOWS PHONE 8.1?

Developed hybrid application using IBM mobile First studio as per windows phone application 8 is concerned I have upgraded this to Windows phone 8.1 using Visual Studio 2013. In order to add push notification concept(WNS) to my…
-1
votes
3 answers

How to send Raw notification to azure notification hub

I'm new to azure, i've already configured my app to receive raw notification and i'm able to receive them from the debug page of azure website, my question is, how can i send them from my backend? i'm able to send all type of notification but can't…
Enrico
  • 21
  • 4
1 2 3 4 5 6
7