通过 Azure 门户将 Azure 推送通知发送到生产应用程序

Sending Azure Push Notifications to Production Apps Through Azure Portal

我设置了 Azure 环境,包括通知中心和移动后端。它完美且简单地与 "Test Send" 功能配合使用,我在 phone 上收到通知,可以将其关闭或单击它以打开应用程序。我正在寻找的是与此类似的功能,但具有生产能力。我不想设置更多的基础设施,也不想编写所有这些代码,只是为了发送最基本的推送通知,所以我想知道这在 Microsoft Azure 门户中如何完成?谢谢!

编辑 1: 对于遇到同样问题的任何人,Microsoft 还提供了一项名为 Visual Studio App Center 的服务,它具有我想要的 extavt 功能,并且是超级容易实施。出于某种原因,它在我的搜索中排名非常靠前,所以我从来不知道它的存在。

恐怕 Azure 门户中只有 "Test Send" 功能。您需要使用 code or rest api. Normally, you would send notifications using a backend server. For some cases, you might want to be able to send push notifications directly from the client application.

来完成此操作