SuperMarcus / NineAnimator

An elegant way of discovering anime on iOS.
https://9ani.app
GNU General Public License v3.0
794 stars 98 forks source link

[BUG] Not able to add notifications for NineAnimator in Mac #255

Closed DanielFerrariR closed 2 years ago

DanielFerrariR commented 3 years ago

Screen Shot 2021-05-13 at 12 36 00 PM

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.

uttiya10 commented 3 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.

DanielFerrariR commented 3 years ago

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.

uttiya10 commented 3 years ago

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.

NineAnimatorSigned.zip

DanielFerrariR commented 3 years ago

Yeah, it shows the notifications now.

uttiya10 commented 3 years ago

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.

ISnackable commented 2 years ago

Closing as resolved in #315