Skip to content

Commit

Permalink
Merge pull request #2949 from MicrosoftDocs/vaheeshta-push-notificati…
Browse files Browse the repository at this point in the history
…ons-diff-table

Update summary of push notif API differences
  • Loading branch information
tamarakhader authored Sep 13, 2022
2 parents c99a2c0 + d8bb002 commit 4382db7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Push notifications can be broken down into these four separate stages.
| Stage | UWP | Windows App SDK|
|--------|-----|----------------|
| Identity | Partner Center (MSA) | Azure App Registration (AAD) |
| Channel request | Synchronous| Asynchronous<br/>Azure App Registration Id<br/>Azure Tenant Id<br/>Retry logic built in (up to 5 retries) |
| Activation | In-process, PushTrigger\*, COM activation\* | In-process, COM activation |
| Channel request | Asynchronous| Asynchronous<br/>Azure App Registration Id<br/>Retry logic built in (up to 5 retries) |
| Activation | In-process, PushTrigger\*, COM activation\* | In-process, COM activation, ShellExecute |
| Sending push notifications | Uses login.live.com endpoint to receive an access token | Uses the `https://login.microsoftonline.com/{tenantID}/oauth2/token` endpoint for token request |

\* Supported for Windows 10, version 2004 (10.0; Build 19041), and later.
Expand Down Expand Up @@ -88,4 +88,4 @@ Authorization: Bearer [your access token]
Content-Length: 46
{ Sync: "Hello from the Contoso App Service" }
```
```

0 comments on commit 4382db7

Please sign in to comment.