-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push Notifications Feature #823
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial round of comments; the implementation needs a thorough review of threading (such as the static locking thing in create channel) and a scrubbing of "accidental reference capture" instances.
test/TestApps/PushNotificationsDemoPackage/Package.appxmanifest
Outdated
Show resolved
Hide resolved
test/TestApps/PushNotificationsTestAppPackage/Package.appxmanifest
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
Closing this PR and opening PR on WindowsAppSDK repo because the pipeline changed the repo URI. |
This change adds the Push Notifications feature for packaged applications with demo app and unit tests.