From f91b0b5f3838adde8be118a67b11b249d7d6438a Mon Sep 17 00:00:00 2001 From: drew batchelor Date: Thu, 17 Nov 2022 13:58:38 -0800 Subject: [PATCH] Update push-quickstart.md --- .../notifications/push-notifications/push-quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub/apps/windows-app-sdk/notifications/push-notifications/push-quickstart.md b/hub/apps/windows-app-sdk/notifications/push-notifications/push-quickstart.md index 4b75a50aeb..8ee7a2f1c8 100644 --- a/hub/apps/windows-app-sdk/notifications/push-notifications/push-quickstart.md +++ b/hub/apps/windows-app-sdk/notifications/push-notifications/push-quickstart.md @@ -93,7 +93,8 @@ using namespace winrt::Microsoft::Windows::PushNotifications; ### Step 2: Add your COM activator to your app's manifest -If your app is unpackaged (that is, it lacks package identity at runtime), then skip to **Step 3: Register for and respond to push notifications on app startup**. +> [!IMPORTANT] +> If your app is unpackaged (that is, it lacks package identity at runtime), then skip to **Step 3: Register for and respond to push notifications on app startup**. If your app is packaged (including packaged with external location): Open your **Package.appxmanifest**. Add the following inside the `` element. Replace the `Id`, `Executable`, and `DisplayName` values with those specific to your app.