I followed this tuturial: https://learn.microsoft.com/en-us/outlook/rest/dotnet-tutorial to publish a web app that can obtain access token of users. Now I have stared to read this tuturial: https://msdn.microsoft.com/en-us/office/office365/api/notify-rest-operations. However, I can't understand how to add the POST requests to my web-app so that the push notifications - when a new mail arrive - will be sent to a premade monitor (Azure function) that will handle them.
Any help would be appreciated!
Related
For my ASP.NET MVC web application, to send the push notifications among the users I have used SignalR + Firebase.
And I have published my application and hosted it in the Azure service.
As a Database when I developed it I used MS SQL and when publishing it I chose AzureSQL as the database.
The thing is I can't use it because AzureSQL doesn't support the ENABLE BROKER hence the push notification isn't working.
So When I googled it, I saw that there is a Service called Azure Push Notifications
But I couldn't find a tutorial or example with integrating it with the ASP.NET project.
Is it possible to use Azure Push Notifications for my ASP.NET project? If yes, can anyone share with me the tutorial or something on how to do it?
As far my current project, I did it with the firebase and, created firebase project and included it in my project to ask to allow notifications when the user logged in, If the user Allowed the record saved with the User Id and the token, And whenever database change is happening, Push notification sends to the user.
So as this can we do it in Azure push notification?
In my Angular 7 web application i want to integrate AWS SNS push notification with firebase.Where i am having messaging and alerts notification functionality.So for that i want to update notification when ever there is new notification in DB for that there is job where he can track for that but that is further discussion.
I have refer this link https://medium.freecodecamp.org/how-to-add-push-notifications-to-a-web-app-with-firebase-528a702e13e1
But getting error of - Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.I am troubleshooting this but not getting solution.
Can anyone help with any related documentation or any other link where i can refer.
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.
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
I am going to read the messages which are receiving to my facebook page and send verification to senders.
I have written a code to read messages using natural language processing method. but i am still struggling to get messages to my application.
I am using visual studio 2013 and developing using c#. Please help me to configure callback url in Graph API get messages to my local PC:
I'm trying to get windows azure mobile services to work, and now I want to let an administrator send his own custom push messages to all different devices.
Our idea is to make a website with login of course, where the administrator can fill in a form. This form will be sent or post to windows azure mobile services and then windows azure does the rest. Can someone point me in the right direction for sending to windows mobile azure from within asp.net MVC.
Yes, it's totally possible. You just need to create a notification Hub (service bus) to deliver your messages. Here some links:
http://www.windowsazure.com/en-us/develop/net/how-to-guides/service-bus-notification-hubs/
http://www.windowsazure.com/en-us/manage/services/notification-hubs/getting-started-windows-dotnet/
http://channel9.msdn.com/Series/Windows-Azure-Service-Bus-Tutorials/Notifications-Hubs-with-iOS