I am working on a MVC-4 C# web Application. The Application is connected with two mobile apps built in Ionic framework. Currently i am in need to send push Notification's from my web application to mobile app's and also i want to show notifications on web app if any change happens in database. I am using SQL Server 2008 as database. I have searched alo't about this and found Signal-R and SQL Dependency as one option to monitor database and send notification to web application,but Signal-R cant send notifications to mobile app's. I am looking for something that i can use for both purpose. I heard a bit about Firebug ,if it could serve my purpose kindly guide me a bit about that.. Any Suggestion Regarding this would be highly appreciated.
Asked
Active
Viewed 2,316 times
1 Answers
0
if you want to push notification in android then used 'FCM' to push Notification.
please find follow link to push notification. Hope it will be useful for you.
Rajkumar Dorkhande
- 54
- 6
-
thanks for replying. Actually i want to send notification to both Android and IOS applications,as i mentioned the Mobile applications are built in Ionic framework which is cross platform and supports both IOS and Android.. – Sep 29 '17 at 06:25
-
If i use 'FCM' will it monitor my database changes ?? means how this will work with SQL dependency or is there anything else that i will use to get changes in database at run time. @Rajkumar Dorkhande – Sep 29 '17 at 06:26