通知用户Xamarin形式SQL Server推送通知

发布于 2025-02-12 19:42:54 字数 461 浏览 0 评论 0原文

我正在使用SQL Server作为后端数据库(AWS)开发使用Xamarin(ios和Android)的应用 例如 表事件

id | name | date_event |
1  | TestUser| 2022-07-04 17:30

用户(testuser)将在10分钟之前收到通知,以提醒。

另一个要求,同一用户testuser可以上传文件,在这种情况下,数据库中的所有用户都必须接收此信息作为通知。例如,数据库中的所有用户都将接收通知(Uesruser上传新文件”)

应用程序消耗REST API服务。

我找到了Firebase Cloud Messaging,但是使用FCM,我们只能手动向所有用户发送通知。

我还找到了WebSockets和Signal Signal和Signal Signal /r库,我不知道

有人可以告诉我如何实施此功能吗

I am developing an app with xamarin ( iOS and Android ) using SQL Server as the backend database (AWS) , and I have a requirement that when user (TestUser) insert data
for example
Table Event

id | name | date_event |
1  | TestUser| 2022-07-04 17:30

the user (TestUser) will receive a notification before 10 min as reminder.

and another requirement , the same user TestUser , can upload files , in this case all users in database must receive this information as a notification. for example all users in database will receive a notification ( UesrUser uploaded new files" )

The app consume rest api service.

i found Firebase Cloud Messaging, but with fcm we can only send a notification manually to all users.

i found also Websockets and Signal/R library, i don't know if it's utile in my case

Can anyone tell me how to implement this feature ?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文