You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/notifications/push-notifications/push-quickstart.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ If this is the first time you are using Windows App SDK in your project and it i
100
100
101
101
or use the bootstrapper API. See [Use the Windows App SDK runtime for apps packaged with external location or unpackaged](/windows/apps/windows-app-sdk/use-windows-app-sdk-run-time) for more details.
102
102
103
-
> [!NOTE] If the SDK is not initialized, the app will throw `System.Runtime.InteropServices.COMException (0x80040154): Class not registered (0x80040154 (REGDB_E_CLASSNOTREG))` and will not run.
103
+
> [!NOTE]
104
+
> If the SDK is not initialized, the app will throw `System.Runtime.InteropServices.COMException (0x80040154): Class not registered (0x80040154 (REGDB_E_CLASSNOTREG))` and will not run.
104
105
105
106
### Step 2: Add namespaces
106
107
@@ -151,7 +152,7 @@ Open your **Package.appxmanifest**. Add the following inside the `<Application>`
151
152
</Package>
152
153
```
153
154
154
-
>[!NOTE]
155
+
>[!NOTE]
155
156
> An example of the completed C++ classfor this example can be found [after Step 5](#example-code). Steps 4 and 5 provide step-by-step guidance to add each piece in the final example.
156
157
157
158
### Step 4: Register for and respond to push notifications on app startup
0 commit comments