且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何通过门户将天蓝色推送通知发送到Android?

更新时间:2023-10-12 22:56:58

是的,您应该按照以下步骤将应用程序连接到通知中心.

Yes, you should follow that steps to connect your app to the notification hub.

当前,Google正在从Google Cloud Messaging(GCM)平台迁移到Firebase Cloud Messaging(FCM).

Currently, Google is migrating from the Google Cloud Messaging (GCM) platform to Firebase Cloud Messaging (FCM).

  • So, first of all, you need to create a new project from Google's Firebase Console.
  • Then add Firebase to your Android app, you can follow the steps in this guide.
  • Then configure a new notification hub.
  • Finally, connect your app to the notification hub.

此时,您可以使用 Azure门户网站向Android应用发送推送通知.

At this point, you can send push notifications to Android app with the Azure portal.