In the latest beta the notifications rows just say âSettingsâ, but when I tap through Settings.app doesnât show notifications permissions for GitHawk. The app needs to request permission at some point via this method.


Sent with GitHawk
Oh no, thanks for this! Def need to fix
Sent with GitHawk
I have managed to turn them on, but I'm yet to receive a notification.
Am I missing something?
I think I also was supposed to receive and didnât.
Sent with GitHawk
The app does contain the call to prompt for notification permissions via requestAuthorization, but the conditions that trigger it to prompt might need tweaking.
@rnystrom on a clean install of the application:
isBadgeEnabled and isLocalNotificationEnabled are both false, so...options.isEmpty is true.So both .badge and .alert are not being inserted into options.
The app currently _does_ have notifications enabled for me via TestFlight, ~but I've yet to see a local notification be generated. Prompting and generating/receiving could be separate issues here.~
edit: I do see notifications being generated -- the last part of my comment is now outdated.
I've started to see notifications in 1.23 without doing anything different
tapping one notification clears all other notifications from the lock screen?
When viewing an issue, tapping a notification foes not take you to the new issue?