我可以将 Azure 通知中心用于自定义推送通知服务吗?

Can I use Azure Notification Hub for a custom push notifications service?

Azure 通知中心支持将通知推送到各种通知服务(android、ios、windows phone 等)。是否可以定义自定义通知服务来推送通知?

Azure Notification Hubs - Frequently Asked Questions (FAQs):

  1. Which device platforms do you support?

We support sending notifications to Apple iOS, Android, Windows Universal and Windows Phone, Kindle, Android China (via Baidu), Xamarin (iOS & Android), Chrome Apps platforms.

  1. Do you support SMS/Email/web notifications?

Notification Hubs is primarily designed to send notifications to mobile apps using the above listed platforms. We do not provide capability to send email or SMS however third party platforms which provide these capabilities can be integrated along with Notification Hubs to send native push notifications by using Azure Mobile Services. E.g. this tutorial talks about how to send SMS notifications using Azure Mobile services - Send SMS with Mobile Services.We also do not provide an in-browser push notification out of the box. Customers may choose to implement this using SignalR. We also provide a tutorial for sending push notification to Chrome apps which will work on Google Chrome browser. See this - Chrome Apps tutorial.