T
T
TopGear282018-03-25 19:39:25
Android
TopGear28, 2018-03-25 19:39:25

Delivery of push notifications through the Web interface?

Hello, please help. I need to send push notifications to an android device, based on characteristics (gender, age, etc.) via a web interface written in asp.net web forms. I write the application on xamarin.android. The server is hosted on azure, the database too. The database data is copied to the server. I implemented sending push messages through firebase, though only through the console itself.
Please tell me how to deliver messages through your interface. and is it possible. Maybe there is a guide. If anything, I used this resource to implement notifications -ht
https://docs.microsoft.com/en-us/xamarin/android/d...
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
TopGear28, 2018-03-25
@TopGear28

Here is this resource https://docs.microsoft.com/ru-ru/xamarin/android/d... Link not attached

E
eRKa, 2018-03-25
@kttotto

The question is not entirely clear.
If web froms is used, then it should give html pages, so you can use js there with all the consequences, for example, use SignalR. The first thing that came up was
Can SignalR be used with asp.net WebForms?
Adding SignalR to the ASP.NET WebForms project
But even if you are writing a separate application for android on xamarin, then a lot of options are also googled. Here is the first SignalR xamarin

A
Artem Voronov, 2018-03-26
@newross

The manual is in the most prominent place Azure Notification Hubs Notify Users with .NET backend . Nobody forbids making WebAPI and pulling it from WebForms.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question