Tagged Questions
0
votes
1answer
12 views
Push Notification inside ScheduledAgent in Windows Phone 8
I would like to achieve a similar task, in which I want to re-establish my push notification channel using background agent. Is it possible?
I am using the following code inside my ScheduledAgent, ...
0
votes
0answers
39 views
NullReferenceException was unhandled , WP7 error
I am having a very strange error , in a WP7 application i am trying to build.
When i run the application for the first time and i debug it , i get this error :
NullReferenceException was ...
2
votes
3answers
40 views
In which mobile platforms the “push token” is not permanent?
We all know that in order to use the push notifications functionality in any mobile platform we need a unique identifier called "push token".
The developer needs somehow to save this "token" to his ...
0
votes
1answer
73 views
How can I create the Cloud Web Service to Push Notification on Windows Phone?
While working with Windows Phone Push Notifications, I got myself stuck in the part of creating the "cloud web service" to receive the negotiated URL and retrieve updates to the mobile device. Is it ...
0
votes
0answers
37 views
My tile aint updated with notifications
In my app, I allow the user to create a live tile:
ShellTile tile = ShellTile.ActiveTiles.FirstOrDefault(x => x.NavigationUri.ToString().Contains("livetile".ToString()));
...
0
votes
0answers
86 views
Push does not update my live tile
From azure I have the following script:
push.mpns.sendTile(result.DeviceId, {
title: 'Tile Title',
count: 5
}, {
success: ...
1
vote
1answer
135 views
Push Notifications, Uri Channel and Php Server side
I'm trying to use the push notifications in WP7.1. I created the class and some php classes. The example works for all the notification types, but my problem is the UriChannel. With my simple example ...
1
vote
1answer
428 views
How do I authenticate at Microsoft Push Notification Service for Windows Phone?
I'm in a real trouble to achieve this goal. I'm developing a PhoneGap aplication and I'm going to deploy it to Android, iOS and Windows Phone as well.
I was able to use Apple Notification Service ...
0
votes
2answers
353 views
push notification with phonegap for windows phone 7
Iam using phonegap and implemented the push notification for ios and android. but iam unable to find any plugin for windows phone 7. Only way i found is through pushwoosh. Can anybody help me with any ...
0
votes
0answers
114 views
Scalable Push Notification for WP7, 8 clients - Why no response?
Why there has not been any proper pointers available on developing a highly scalable PushNotification system to a massive Windows Phone User base? Neither I could find any article talking about this ...
0
votes
0answers
38 views
What's the point of X-MessageID in MPNS?
I read that in the MPNS documentation that
The MessageID is the notification message ID associated with the
response. If this header is not added to the POST request, the push
notification ...
1
vote
2answers
224 views
Wp7:Push notification channel URI is null
We are trying to test push notifications, using the latest code from the documentation How to: Set Up a Notification Channel for Windows Phone
public HttpNotificationChannel myChannel;
public void ...
0
votes
1answer
74 views
How to run some native code , while developing on PhoneGap/Cordova?
I am developing a PhoneGap/Cordova WP7 application.
I need for this application , to have push notifications enabled however there is NO plugin for this yet.
I wrote the code "native" in C# , for ...
6
votes
1answer
110 views
Windows phone OS 7.0 vs OS 7.1
I am creating a new WP7 application on visual studio and the first thing it asks me to do is to target a WP OS version.
I have 2 options , 7.0 and 7.1 .
I am trying to make a simple app , ...
0
votes
2answers
332 views
What is the difference between using PhoneGap/Cordova and using native code that just opens a webView? [closed]
I need to create a phoneGap application for 4 different platforms (iOS, Android, WP7, BB).
The ONLY thing the app needs to do is load an external html file (with javascript, css) and have push ...
0
votes
0answers
19 views
How to enable push notifications on windows phone , using phonegap/cordova? [duplicate]
I am searching on google , from yesterday and still it seems i cant really find a cordova/phonegap plugin to enable push notifications on windows phone.
Anyone has an idea?
0
votes
0answers
265 views
Tutorial on developing with windows phone cordova , with push notifications?
I found some awesome tutorials about developing Android and iOS applications using PhoneGap/Cordova and implementing push notifications.
I am very curious if someone knows a tutorial like these , but ...
1
vote
2answers
269 views
How can I handle toast notifications on Windows Phone 7 when application is not running?
My Toast Message is
string ToastPushXML = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
"<wp:Notification xmlns:wp=\"WPNotification\">" + "<wp:Toast>" + ...
0
votes
0answers
270 views
PhoneGap plugin for push notifications on windows phone 7?
I would like to use a plugin for supporting push notifications for my windows phone 7 phonegap application.
Then only plugin i found was PushWoosh but i am still not sure what is this all about. I ...
0
votes
1answer
164 views
How to use Push Notifications Service on windows phone 7.5 , with PhoneGap?
I am using PhoneGap to develop an application on iOS and windows phone 7.5 .
I already succeeded on implementing push notifications on my iOS PhoneGap application , but i am having a hard time to do ...
2
votes
1answer
322 views
how to send push notification in wp7?
I am new in push notification and i want to show notification on my wp7 application.
My concept is when web service send me notification so i save this notification in my local database than after ...
0
votes
1answer
63 views
Is there any alternative for MPNS in Windows Phone?
I want to support push notification for my Windows Phone app. Is there any alternative for Microsoft Push Notification Service? Something like MQTT etc. I have a similar app in Android where MQTT is ...
1
vote
0answers
164 views
is there have cross platform [ WP8/Win8 Android, iOS ] push notification solution? [closed]
Our project have some functions built. They are needed to "Push the Notification" feature to three platforms, i.e. WP8/Win 8, Android, and iOS.
Is there any solution out there which I can register or ...
0
votes
2answers
302 views
Toast notification in foreground
Should I get toast displayed by the OS when my app is running in the foreground? I can not get clear information about this. I think it's rather an issue.
0
votes
0answers
100 views
Sending Image URL in tile notification in wp7
I want to send Image url for tile notification but its not working. Below is the code I am using.
------------send tile application:
string tileMessage = "<?xml version=\"1.0\" ...
1
vote
1answer
74 views
Push notification - usage of URI
I create app for Windows Phone 7 and need to use push notification (toast).
To communicate between mobiles and server I will use channelURI from HttpNotificationChannel class. In mobile application in ...
1
vote
1answer
920 views
Windows Phone 8 Push Notification
The structure of PUSH Notification for Windows Store 8 App differs from Windows Phone 8 app (in terms of Registration, Authentication, etc,.) at least that's what I gather from the two below links.
...
0
votes
0answers
68 views
Certificate for WP7 Client Side authentication when doing Push Notification
My company already has an SSL cert being used for server security. Now, we're doing push notification and I'd like to confirm that as long as I have "Client Authentication" in the Enhanced Security ...
0
votes
1answer
317 views
Handling Toast and Raw Push Notifications
My WP7 app needs to handle different types of push notification. Some of these are only relevant when the app is running but one type serves as a prompt to the user to start the app as well as needing ...
0
votes
1answer
182 views
WP7 Push notifications not working after app has been published
I'm using toast notifications for my phone app. When the app is first started on someones phone it will get the push notification URL and then store it in our database so we can send notifications ...
0
votes
1answer
99 views
Push Notification Caveats
From what I have read, platform Push Notification services (APNS, GCM and WNS) are free. But is there a caveat (periodic message limits, repeated messages, costs incurred etc). What conditions will I ...
0
votes
2answers
162 views
multicast and broadcast push notification
I'm looking for a way to send a multicast or broadcast push notification to multiple wp7 devices just like in iphone, but didnt find any code sample or any documentation. I'm using C# language.
Can it ...
0
votes
0answers
90 views
How to find out device status of user for sending push notification in wp7?
I have implemented push notification in my WP7 app and got a list of channel uris of my user for sending notifications. My problem comes when I start sending notification and if any of the device/uri ...
1
vote
0answers
133 views
MPNS sending pushing forbidden response 403
I want to use MPNS in my windows phone app and we are going to authenticate the webservice which is sending the push to clients.
I have the done the all steps that are needed for MPNS ...
2
votes
0answers
47 views
Localizable push notifications
I want to localizate a Tile and Content for Toast push notification.
Can I get localizated string from application when I getting a new push notification? (NOT in server side)
1
vote
2answers
2k views
Microsoft Push Notification Service And Windows Phone 7/8
I have few questions regarding MPNS(Microsoft Push Notification Service) For Windows Phone.
As we know there are three types of Push Notifications in windows phone
Toast Notification
Shell Tile ...
1
vote
1answer
667 views
Alternatives to Microsoft Push Notification Service for windows phone 7.0 [closed]
What can be the alternative to MPNS for push notification in windows phone? I can think of something like MQTT or XMPP. Which is best for Push Notification Service among these and where can I get the ...
1
vote
0answers
59 views
Is it possible to have multiple servers to deliver push notifications to a windows phone app?
We want to be able to send push notifitactions to our Windows Phone App from different servers with different authenticated webservices.
I read the MSDN .
We want to use an authenticated ...
0
votes
3answers
426 views
Implement app able to receive push notifications and launch web browser
What is the easiest way to implement a simple app which does two things:
receive push notifications (new messages in user's inbox),
open a page on my website in a webview or web browser.
It would ...
0
votes
1answer
202 views
Authenicate Webservice for push notifications
I am working on WP7 app that require Push notifications. As per Microsoft requirement, Web-service should be authenticated over TLS. How to setup certificate on my shared hosting so that my webservice ...
0
votes
1answer
112 views
Play sound on specific time of a day in wp7
I want to play a sound on some specific time of a day like 5.00 P.M Daily. Is there any way we can do such thing or we can modify alarm class to make this this thing.
0
votes
1answer
62 views
Windows phone 7 reaction on push
I want to send a push notification to a WP7 Device, and I want the Phone to react immediately. (App ist not running when push is coming in -> some code i wrote will be executed)
I know there are 3 ...
0
votes
1answer
124 views
Detect that live tile is pushed from the server
Is there any way to understand that the currently displayed main tile was pushed (updated) from server side?
The reason I'm asking: my app can update tile image from background agent and I want to ...
0
votes
1answer
131 views
Check if application was started through Toast Notification panel click
Is it possible to check whether the application was started when the user received the Toast Notification and clicked it?
1
vote
2answers
355 views
Windows Phone Tile Notification - URI for image stored in Shared/ShellContent
I have an application which leverages push notification. When the application receives tile notifications with the background image pointing to images bundled as resources with the xap, the images are ...
0
votes
2answers
291 views
Wp7 push notification to launch my app
As far as I know, Ios and Android gcm are able to open an application when a push notification event arrives.
For wp7, I only find samples on how to update tiles or display a message. But I need to ...
1
vote
1answer
410 views
Push Channel Uri shows “Cannot evaluate expression” on device. Works perfect on the emulator
I'm trying to implement a Push Notification based app on Windows Phone. I have been able to retrieve the Channel Uri on the emulator and send a Push notification to the emulator through my server.
...
1
vote
1answer
564 views
Windows Push Notification Service - how to get certificate?
According to MSDN documentation, to send more than 500 push notifications per day, your service needs a certificate to establish an SSL tunnel to the WNS.
I see here ...
0
votes
1answer
1k views
send push notification for windows phone 7 using java
I want to implement mobile notification with for my mobile application for windows 7 platform As I want to use java servlet to respond Microsoft Push Notification Service (MPNS) can any one help to ...
0
votes
1answer
139 views
How can i get my Toast Notification from outside the application?
Hi i got stuck with this problem, i can't find out how to get Toast notification from outside the application, i cant get it from inside like this :
private void ...


