-1

How does push notification technology work on Android?

i have read this post on stack over flow, how push notification works on android. Currently, am working on client server application( chat) can i use same push notification in my web client? or can i achieve push notification through google cloud messaging?

thanks in advance.

Community
  • 1
  • 1
khan
  • 107
  • 1
  • 4
  • 11

1 Answers1

0

Well, if you want to get push notification, you will still need to use the Google Cloud Messaging to send the notification using the ASP.NET and C#.

I found this tutorial that can help you on how to integrate a push notification service for Android using ASP.NET and C#. This tutorial has a step by step process that can explain you on how to send push notification including Authentication Process, Server Certification and Send Message. It also contains sample code that you can follow.

For more information, check also this ASP.Net Mobile Push Gateway Tutorial for Realtime Apps

KENdi
  • 7,205
  • 2
  • 14
  • 26