Skip to content

Commit

Permalink
Add some details to the ReadMe on how to get MauiNotifications to run (
Browse files Browse the repository at this point in the history
…#434)

Co-authored-by: Vladislav Antonyuk <33021114+VladislavAntonyuk@users.noreply.github.com>
  • Loading branch information
plettb and VladislavAntonyuk committed Jun 29, 2024
1 parent 6051530 commit 7ffb2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiNotifications/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static MauiApp CreateMauiApp()
builder.Services.AddSingleton<DeviceInstallationService>();

builder.Services.AddSingleton<INotificationHubClient, NotificationHubClient>(
_ => NotificationHubClient.CreateClientFromConnectionString("YOUR CONNECTION STRING", "MauiNotifications", true));
_ => NotificationHubClient.CreateClientFromConnectionString("YOUR CONNECTION STRING", "YOUR HUB NAME", true));

return builder.Build();
}
Expand Down

0 comments on commit 7ffb2d7

Please sign in to comment.