Link to home
Start Free TrialLog in
Avatar of Dnx_7
Dnx_7Flag for Belgium

asked on

Push Notifications in Windows Phone 7

Hi,

I'm developping a webservice in WCF.
Windows Phone devices will get data from the webservice but i would like to know if push notification will work or i need to subscribe to a windows cloud service (azure)

So my question is : is it possible to send push notification without microsoft cloud services? and if yes, how the device can subscribe?

i read article to send notification to the device :

http://msdn.microsoft.com/en-us/library/ff402545%28v=vs.92%29.aspx

and

http://msdn.microsoft.com/en-us/library/ff941124%28v=vs.92%29.aspx

but to send the notification, they have written this line :

// The URI that the Push Notification Service returns to the Push Client when creating a notification channel.
string subscriptionUri = "<Notification Channel URI>";

how can i get the "notification channel uri"?


Thank you for helping,

Kind Regards.
SOLUTION
Avatar of regevha
regevha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dnx_7

ASKER

Thank you but do i need to subscribe to an Azure Service?

both answer use Azure service but i don't have any azure service...

i just want to write my own webservice in wcf and send notification to the mobile device via WCF or whatever else with no cost of cloud service...
Are you using Mango (7.1)?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial