You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-push-notification-registration-management.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: mobile
13
13
ms.tgt_pltfrm: mobile-multiple
14
14
ms.devlang: dotnet
15
15
ms.topic: article
16
-
ms.date: 12/17/2019
16
+
ms.date: 03/17/2020
17
17
ms.author: sethm
18
18
ms.reviewer: jowargo
19
19
ms.lastreviewed: 04/08/2019
@@ -29,7 +29,7 @@ Device registration with a Notification Hub is accomplished using a **Registrati
29
29
30
30
### Registrations
31
31
32
-
A registration associates the Platform Notification Service (PNS) handle for a device with tags and possibly a template. The PNS handle could be a ChannelURI, device token, or FCM registration id. Tags are used to route notifications to the correct set of device handles. For more information, see [Routing and Tag Expressions](notification-hubs-tags-segment-push-message.md). Templates are used to implement per-registration transformation. For more information, see [Templates](notification-hubs-templates-cross-platform-push-messages.md).
32
+
A registration associates the Platform Notification Service (PNS) handle for a device with tags and possibly a template. The PNS handle could be a ChannelURI, device token, or FCM registration ID. Tags are used to route notifications to the correct set of device handles. For more information, see [Routing and Tag Expressions](notification-hubs-tags-segment-push-message.md). Templates are used to implement per-registration transformation. For more information, see [Templates](notification-hubs-templates-cross-platform-push-messages.md).
33
33
34
34
> [!NOTE]
35
35
> Azure Notification Hubs supports a maximum of 60 tags per device.
@@ -115,7 +115,7 @@ In this case, you use only Listen rights to access your notification hubs from t
115
115
Registering from the device is the simplest method, but it has some drawbacks:
116
116
117
117
- A client app can only update its tags when the app is active. For example, if a user has two devices that register tags related to sport teams, when the first device registers for an additional tag (for example, Seahawks), the second device will not receive the notifications about the Seahawks until the app on the second device is executed a second time. More generally, when tags are affected by multiple devices, managing tags from the backend is a desirable option.
118
-
- Since apps can be hacked, securing the registration to specific tags requires extra care, as explained in the section “Tag-level security.”
118
+
- Since apps can be hacked, securing the registration to specific tags requires extra care, as explained in the article [Security](notification-hubs-push-notification-security.md).
119
119
120
120
### Example code to register with a notification hub from a device using an installation
121
121
@@ -166,7 +166,7 @@ var channel = await PushNotificationChannelManager.CreatePushNotificationChannel
0 commit comments