Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…dev-docs-pr (branch live)
  • Loading branch information
QuinnRadich committed Nov 17, 2022
2 parents b2baf68 + 9b9c351 commit 3e6faa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Application>` element. Replace the `Id`, `Executable`, and `DisplayName` values with those specific to your app.
Expand Down

0 comments on commit 3e6faa7

Please sign in to comment.