Skip to content
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

[Feature Request] A way to ask for permission for notifications #143

Open
daggy1234 opened this issue Mar 29, 2022 · 1 comment
Open

[Feature Request] A way to ask for permission for notifications #143

daggy1234 opened this issue Mar 29, 2022 · 1 comment

Comments

@daggy1234
Copy link

I'm building a desktop ui with iced-rs and I was hoping I could find a way to ask for notifications. When the app is installed, I cannot send notifications with notify-rs on both macos and windows because I need to ask for said permission. Is there a guide on how I would implement this on first time running or is there an alternative package/technique I could use.

https://github.com/Daggy1234/discord-rpc-gui

@Pandawan
Copy link

For macOS, you don't currently need permissions. So if you're not seeing any notifications you should look at/post an issue on mac-notification-sys (which is what notify-rust uses under the hood).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants