Click here to Skip to main content
15,868,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

How can i perform google cloud messaging in windows phone application in asp .net c#
Posted
Comments
Kornfeld Eliyahu Peter 14-Aug-14 3:36am    
As for now Google published only Java samples for that. You may port it to C# - http://developer.android.com/google/gcm/client.html

1 solution

Google Cloud Messaging (GCM) service is available only for Android, whereas, you can make use of Windows Push Notification Services (WNS) which is equivalent to GCM. Go through the link: http://msdn.microsoft.com/en-in/library/windows/apps/hh913756.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900