Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to send real time notifications to the clients which includes ios, android, window phone & web application (chorme,edge,firefox,safari). Does Azure provide any single service that can push the notification to all of these platforms ? I looked into the Azure Notification hub service but it works only with mobile platform.
Posted

1 solution

As per my knowledge push notification only works for mobile notification however I have some other solution for push notification that could work both for mobile and Web. You can use SignalR for this purpose. I used it in past. (i am assuming your app is hybrid web app for mobile and web).
 
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