views:

62

answers:

1

Hi, I am creating an application and i'm planning to use a notification service in it. I've a server and the application is calling this server via webservices and updating its data. But i now need to enable a notification service where the user may get the updates in my server as a notification. I am planning to use Urban Airship service, but not sure how to make it communicate with my server. Or is there any other easy way to enable notifications.

A: 

I think, you should follow MonoPush Project, it's seems very cool. You can be able to access many things via api and also you can install it on your server without any message limitation , sth.

fyasar