- Notifications
You must be signed in to change notification settings - Fork3
feat: send push notifications for invalidcoder
scheme URIs#146
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed byGraphite. Learn more aboutstacking. |
f6bc9e3
to83b1554
CompareThere 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.
Pull Request Overview
This PR adds push notification support for invalid coder scheme URIs, which involves updating the app provisioning profile and integrating notification logic into the application.
- Updated project plist with the appropriate APS environment key.
- Added a new notification delegate and helper function for sending notifications.
- Integrated asynchronous error handling with push notifications in the app delegate.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
Coder-Desktop/project.yml | Inserts the APS environment configuration for push notifications. |
Coder-Desktop/Coder-Desktop/Notifications.swift | Adds a new notification delegate and helper to send notifications. |
Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift | Configures the notification delegate and handles errors by sending a push notification. |
Comments suppressed due to low confidence (1)
Coder-Desktop/project.yml:150
- Ensure that the 'aps-environment' key is properly indented and aligned with similar keys under the entitlements section to avoid potential configuration issues.
aps-environment: development
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
317524f
toe39714c
Comparefcfad50
to823c11b
Compareethanndickson commentedMay 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
2198d3e
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Relates to#96.
I've had to replace theapp provisioning profile for this to build.