-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Ad notifications are not displayed on macOS Catalina #6466
Comments
+1s from Twitter https://twitter.com/IceBlueDesigns/status/1183856104029057024?s=09 https://twitter.com/JonSpeek/status/1184274931741118465?s=09 +1s from Community https://community.brave.com/t/brave-ad-notifications-not-showing-on-mac/88491?u=eljuno macOS Catalina 10.15 |
From Community -- several users reporting: |
TODO(crbug.com/1007418): Show all notifications as alerts on macOS as a temporary workaround. NSUserNotificationAlertStyle has been changed to "alert" in "src/chrome/app/app-info.plist". If the notification is non-persistent remove the notification after 5 seconds to emulate banners, as a side-effect notifications will not minimize to the notification centre. Brave ads are dismissed within AdsServiceImpl |
Verification PASSED on
Noticed that ad notifications disappear from the notification tray after ~2mins. This has been an issue for a while and not related to this change. Added comments via #5628 (comment). |
Description
Steps to Reproduce
Prerequisite: Install macOS Catalina
Actual result:
Ad notification is not shown
Expected result:
Ad notification should be shown
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
All
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
Ad notifications are displayed as native notifications using an XPC service, allowing different types of alert styles to be displayed.
The XPC service is incompatible with macOS Catalina for different types of alert styles.
A workaround is to disable native notifications for Brave Browser on macOS Catalina until the native notifications platform bridge has been updated to support this new operating system.
Custom notifications are displayed if brave://flags/#enable-native-notifications is
Disabled
or the operating system does not support native notifications.Additional sanity testing is required to make sure Ad notifications work as expected with custom notifications.
Custom notifications will not be displayed in the macOS Notification Center, which is likely less of a concern due to Ads history is available from the Rewards panel.
The text was updated successfully, but these errors were encountered: