我可以在 NotificationHub Azure 中通过 registrationId 发送通知吗?

I can send notification by registrationId in NotificationHub Azure?

我需要向特定用户发送推送通知(示例"Messenger":当我向客户端发送消息时,我将发送通知以提醒用户)。

我使用 Azure NotificationHub,我需要将通知发送到 Android 和 IOS。

在我的研究中,我没有发现任何具体的说法是否可能。 我找到了所有带有关联标签的东西,但我可以将标签与每个用户关联起来,以便我可以区分所有用户或有一个最大限制吗?

https://docs.microsoft.com/pt-pt/azure/notification-hubs/notification-hubs-aspnet-backend-gcm-android-push-to-user-google-notification

谢谢你的帮助。

but can I associate a tag with each user so that I can distinguish all or have a maximum limit?

当然,您可以为每个用户关联一个标签。我们可以获得更多关于 tags from this document. Registrations 的信息可以使用包含用户 ID 的标签进行标记。

注册也允许多个标签。我们也可以使用 tag express 来处理。

or have a maximum limit?

根据此linkactive devicesTag quota per installation/registration 有限制。没有关于注册或标签限制的信息。