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
0 answers

Receiving raw WNS fails after initial 20 minutes of modernstandby

I'm testing raw WNS receiving during sleep on a battery powered windows PC which supports "S0 connected sleep state". Client app (UWP) can receive raw WNS until initial 20 minutes of modernstandby, but cannot receive after that. Client app…
0
votes
1 answer

UWP UserNotification from Chrome - how to get source domain info?

In my UWP app, when getting toast notifications from google services such as Gmail or Calendar, I can see the FQDN reflected within notification UI: see toast notifications I am getting However, I can't find this domain information anywhere in the…
Greg
  • 1
  • 3
0
votes
1 answer

Can i create a "OnClick" in toast action from UWP?

I need to catch in background this click, when i use OnActivated, the app open. I don't want the app to open when I click on the action
Eduardo
  • 47
  • 6
0
votes
1 answer

UWP app using Windows Notification Service and VPN

We currently developed a UWP app and have push notifications working. However, the problem arises when users are on VPN the WNS channel does not get created and the app is no longer able to receive push notifications or register with notification…
0
votes
0 answers

problem in lunch uwp toast notification from appx folder

I have uwp app toast notification by WNS service. My app work fine when lunch in visual studio but when i run app from appx folder toast notification does not display. I dont have any exception when toast notification.Excuse me for bad…
0
votes
0 answers

How can i get push notifications from a web service to my windows wpf application

I want to receive push notifications from a web service and show it in user's desktop/laptop in the form of a tile/ toast. Can this be achieved using WNS
0
votes
0 answers

Which server URL is hit when sending WNS and APNS push notification (PushSharp library)

I am using PushSharp library to send push notifications and notifications are working but I do not understand which URL WNS and APNS are using to send push notification . Can anybody help me to find what URL is actually hit to send push notification…
Divya Agrawal
  • 300
  • 1
  • 2
  • 15
0
votes
1 answer

tag based broadcast notification in WNS

I have developed WNS in Xamarin mobile app to receive raw push notification successfully (wihout using Azure Notification Hub) , however i am looking for a feature wherein mobile apps can subscribe to specific topic and from backend admin can send…
Hunt
  • 8,215
  • 28
  • 116
  • 256
0
votes
0 answers

How do I acknowledge the receipt of raw WNS message in an in-process background task?

I have a UWP app for Windows 10 setup to receive Raw and Toast notifications through WNS. I can correctly receive messages while in the foreground and while suspended in the background. In the foreground, I setup a handler…
Craig
  • 51
  • 1
  • 2
0
votes
1 answer

Error on push notification for UWP App through WNS and OneSignal

I'm trying to use OneSignal for get push notification in my UWP App. I have already get App Secret and Package SID from Live Service (and registrered that on the OneSignal dashboard). By the documentation for [Windows UWP][1], I should register the…
MatVic
  • 109
  • 5
0
votes
0 answers

When create_task throws exception I cannot catch it in try-catch block

I try to receive user's PushNotification Channel URI (Windows 10 platform) and for some users application generate exception This operation returned because the timeout. To handle errors in a task chain I should add a task-based continuation at the…
0
votes
1 answer

WNS push notification cannot be sent

I'm using the following code to send a push raw notification to my app. The code is taken from the examples given in the official documentation. public string PostToWns(string secret, string sid, string uri, string xml, string notificationType,…
Igor Ševo
  • 5,459
  • 3
  • 35
  • 80
0
votes
1 answer

Send notification to UWP app from remote server without cloud support

How can I notify a UWP app from remote server? Is it possible with Windows notification service, I don't want implement with cloud service. Is there any possibility?
sumith
  • 29
  • 1
  • 7
0
votes
2 answers

Handle Toast Notification message on foreground and background of app - windows10

My app receives toast from PHP using WNS server. Now I want to perform some actions when clicking on toast as listed below. When the app is not active - the user should redirect to a page on the app "ShowPage". When the app is active - the toast…
nsds
  • 961
  • 4
  • 13
  • 39
0
votes
1 answer

Push Notification option is not visible on microsoft dashboard services

For implementing notification on my app I have followed "Register your app for the Windows Store" in link But when doing so I cant see Push Notification link under services. Services includes Xbox Live, Experimentation, Maps, product collections…
nsds
  • 961
  • 4
  • 13
  • 39