I\'ve a working notifications part in my project. And I want to give user to disable notifications in app itself. Once user checks this option, I bring tile image and title to original state. Even thi
Is it possible to change the tile background image through code. The scenario is \"The initial tile image(not the default image, I have created my own image and set it as the Background开发者_JS百科.p
In Microsoft documentation it is mentioned that \"There is a limit of one push notification channel per application. There is also a limit of 15 push notification channels per device. If your applicat
Microsoft documentation says that if the battery power of the device is critically low then the app will not receive push notifications. If the battery power is low but not critically low then the app
I have some problems with my php service. I use php for send Tile update and Toast update requests to MS Notification Service. After first request in response I have following headers:
From web service, if I send a tile notification with a background image name(eg:noname.jpg) which d开发者_开发技巧oes not exist in the app client bundle. The application tile image which is pinned to
My pus开发者_JS百科h client sends the URI to my web service, by using the URI, from my web service, I am able to send toast notification to my app installed on Emulator. But if I use the device URI an
After success开发者_运维知识库fully sent the URI to the web service from the push client, I send a toast notification from web service by using the URI, in web service I get the response as :
i have to implement push notification in my project. It has sender(windows phone window application),wcf service and client(windows phone applcation).
Microsoft describes a method to create a push notification service in C#. 开发者_运维技巧But I rather want to run a Java service for this is that possible at all?Absolutely. It\'s just a matter of ma