应用中心推送与通知中心
App Center Push vs Notification Hub
看来,本着到处都有文档的精神,docs.microsoft 又一次取得了成功。
在研究发送推送通知时,我看到了这两个页面:
请注意没有从任何一个页面到另一个页面的引用。
所以我尝试搜索Google,对这个问题的标题进行类似的搜索,结果只找到上面两页。
这让我想到了以下问题:
App Center Push 和 Azure Notification Hub 之间有什么关系(and/or 区别)?
它们之间没有相互引用,因为它们是两个完全不相关的解决方案(除了它们解决的是同一个问题)。
两者都允许您为您的移动应用程序设置跨平台推送通知基础结构,但 App Center 是免费的,专为 iOS、Android 和 Windows 通知并且需要较少的设置,但让您对通知的外观的控制有所减少。但是,它可以更轻松地根据分析数据对通知进行细分。 Notifications Hub 是一项 Azure 服务,因此您需要 Azure 订阅,并且需要构建后端才能使其正常工作。这需要更多的工作,但您可以更完全地控制通知。
了不起的 James Montemagno 对两个选项进行了 nice summary article 比较。
我认为添加 App Center Push、Auth 和 Data 现已停用这一事实很重要,尽管 Push 是一个很棒的产品 IMO:
https://visualstudiomagazine.com/articles/2020/02/14/app-center-mbaas.aspx
"We are discontinuing efforts in the Auth, Data, and Push services and
working to retire these preview services in App Center," said John
Wargo, principal program manager for Visual Studio App Center. "With
this change, we will focus App Center on delivering a world-class
mobile and desktop DevOps experience. We will also work together with
Azure teams to help migrate developers to the native Azure services,
and ensure that Azure continues to be a great platform for your mobile
apps."
在撰写本文时似乎没有完整的迁移路径,但有迹象表明这将主要为现有用户处理 -
https://docs.microsoft.com/en-us/appcenter/migration/push/
We don’t expect customers to manually migrate from App Center Push to
Azure Notification Hubs; so before the service shutdown, we’ll provide
detailed instructions for how to streamline your app’s migration from
App Center Push to Azure Notification Hubs.
看来,本着到处都有文档的精神,docs.microsoft 又一次取得了成功。
在研究发送推送通知时,我看到了这两个页面:
请注意没有从任何一个页面到另一个页面的引用。
所以我尝试搜索Google,对这个问题的标题进行类似的搜索,结果只找到上面两页。
这让我想到了以下问题: App Center Push 和 Azure Notification Hub 之间有什么关系(and/or 区别)?
它们之间没有相互引用,因为它们是两个完全不相关的解决方案(除了它们解决的是同一个问题)。
两者都允许您为您的移动应用程序设置跨平台推送通知基础结构,但 App Center 是免费的,专为 iOS、Android 和 Windows 通知并且需要较少的设置,但让您对通知的外观的控制有所减少。但是,它可以更轻松地根据分析数据对通知进行细分。 Notifications Hub 是一项 Azure 服务,因此您需要 Azure 订阅,并且需要构建后端才能使其正常工作。这需要更多的工作,但您可以更完全地控制通知。
了不起的 James Montemagno 对两个选项进行了 nice summary article 比较。
我认为添加 App Center Push、Auth 和 Data 现已停用这一事实很重要,尽管 Push 是一个很棒的产品 IMO:
https://visualstudiomagazine.com/articles/2020/02/14/app-center-mbaas.aspx
"We are discontinuing efforts in the Auth, Data, and Push services and working to retire these preview services in App Center," said John Wargo, principal program manager for Visual Studio App Center. "With this change, we will focus App Center on delivering a world-class mobile and desktop DevOps experience. We will also work together with Azure teams to help migrate developers to the native Azure services, and ensure that Azure continues to be a great platform for your mobile apps."
在撰写本文时似乎没有完整的迁移路径,但有迹象表明这将主要为现有用户处理 -
https://docs.microsoft.com/en-us/appcenter/migration/push/
We don’t expect customers to manually migrate from App Center Push to Azure Notification Hubs; so before the service shutdown, we’ll provide detailed instructions for how to streamline your app’s migration from App Center Push to Azure Notification Hubs.