Skip to content

Commit 70643dc

Browse files
committed
Adding valid cross link
1 parent a981b62 commit 70643dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/notification-hubs/notification-hubs-push-notification-registration-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: mobile
1313
ms.tgt_pltfrm: mobile-multiple
1414
ms.devlang: dotnet
1515
ms.topic: article
16-
ms.date: 12/17/2019
16+
ms.date: 03/17/2020
1717
ms.author: sethm
1818
ms.reviewer: jowargo
1919
ms.lastreviewed: 04/08/2019
@@ -115,7 +115,7 @@ In this case, you use only Listen rights to access your notification hubs from t
115115
Registering from the device is the simplest method, but it has some drawbacks:
116116

117117
- 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).
119119

120120
### Example code to register with a notification hub from a device using an installation
121121

0 commit comments

Comments
 (0)