azure - Azure 通知中心的推送通知

标签 azure xamarin.forms push-notification google-cloud-messaging azure-active-directory

我已经通过 azure 通知中心配置了推送通知,它适用于我的 android 和 ios 设备。问题是我是否需要配置后端才能发送通知,或者我可以继续使用通知中心下的测试发送来推送通知,使用测试发送有什么限制吗?测试发送只是为了测试吗?

最佳答案

Do I need to configure a back end to be able to send notifications

是的,推送通知通常使用兼容库在移动应用程序或 ASP.NET 等后端服务中发送。如果您的后端没有可用的库,您还可以使用 REST API直接发送通知消息。

发送跨平台通知可以引用这个article .

Is the test send only for testing?

是的,Azure 门户中发送的测试仅用于测试。

关于azure - Azure 通知中心的推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55495587/

相关文章:

Azure、python 管理 Active Directory

c# - 脱机时未分配 Azure 移动服务标识列

ios - WatchKit 2.0 检测何时收到 APNS

flutter - 在 Flutter 中初始化通知的正确位置

Android 应用程序不显示从 Cloud Functions 发送的弹出通知

Azure DataBricks - 根用户的权限被拒绝

azure - 将 localhost 添加到 Azure AD/应用程序注册重定向 URL 是否存在安全风险?

powershell - 如何使用 Powershell 创建在 Linux 上运行的 Azure Web 应用程序?

c# - BeginInvokeOnMainThread 方法是否会循环并导致内存泄漏?

c# - 如何连续制作两个标签?第二个标签正确显示新行?