Azure Notification Hubs實作推播通知
2023/08/07 19:48:39
0
1406
前言
由於客戶需求為利用Azure 平台實現推播功能,考慮到GCM與Azure整合功能已淘汰和維護程式碼的考慮下,決定使用Azure Notification Hubs和Firebase做整合,後續新增功能和維護也會方便許多 。
本篇主要介紹Azure Notification Hubs 設定,Android gradle相關設定和實作服務。
Azure Notification Hubs相關參考可參閱:
使用 GCM推播通知傳送至特定 Android 裝置
使用FCM將推播通知傳送至 Android 裝置
內容
結語
以往專案中都是使用Firebase來實現推播功能居多,此次以Azure notification hubs來實現覺得非常的驚奇,在功能上我覺得兩者都能達到所需要的功能,希望能再試試看其他推播引擎。
資料來源參考
Notification Hubs:
https://learn.microsoft.com/en-us/azure/notification-hubs/android-sdk
Azure:
https://portal.azure.com/#home
Firebase:
https://firebase.google.com/