Skip to content

Commit aef9a95

Browse files
authored
Merge pull request #177990 from RyanHill-MSFT/issues/82838-remove-statement
(Azure CXP Community) update client sdk statement
2 parents 1ca713a + 34ac38c commit aef9a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A registration associates the Platform Notification Service (PNS) handle for a d
3535
3636
### Installations
3737

38-
An Installation is an enhanced registration that includes a bag of push related properties. It is the latest and best approach to registering your devices. However, it is not supported by client-side .NET SDK ([Notification Hub SDK for backend operations](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/)) as of yet. This means if you are registering from the client device itself, you would have to use the [Notification Hubs REST API](/rest/api/notificationhubs/create-overwrite-installation) approach to support installations. If you are using a backend service, you should be able to use [Notification Hub SDK for backend operations](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/).
38+
An Installation is an enhanced registration that includes a bag of push related properties. It is the latest and best approach to registering your devices using the client-side .NET SDK ([Notification Hub SDK for backend operations](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/)). You can also use the [Notification Hubs REST API](/rest/api/notificationhubs/create-overwrite-installation) approach to register installations on client device itself. If you are using a backend service, you should be able to use [Notification Hub SDK for backend operations](https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/).
3939

4040
The following are some key advantages to using installations:
4141

0 commit comments

Comments
 (0)