Closed DanielFerrariR closed 2 years ago
Thanks for the bug report! I suspect this is caused because we currently do not code-sign the macOS application, which could prevent NineAnimator from asking for permission.
If you have Xcode installed, can you try running this commands to sign the app yourself and see if notifications work? If not, I can provide a signed version myself later.
Open the terminal and run this command:
codesign --force --deep --sign - /Applications/NineAnimator.app
This will perform a basic ad-hoc signing to the app.
Tried to sign it, but because of the alt store, I don't have any app id left, maybe that's why it didn't work. if someone else can try to sign it and check if it appears in the notification panel, it didn't work for me.
I have attached a version of NineAnimator that was signed using ad-hoc signing. I was able to get Notification permissions using this signed version of the app on my machine. Please try it, and report if it fixes the issue.
Yeah, it shows the notifications now.
Glad to hear that signing the app has fixed the issue. I'll try to update the build script soon to sign the macOS application for future versions.
Closing as resolved in #315
In the Macbook version of the app, even if the app telling me to enable notifications, I can't see the app in system preferences > notifications.