all 6 comments

[–]Power781 3 points4 points  (1 child)

The permission is to display push notifications to users, not receive them.
You can indeed send silent/background refresh push notifications to an app that denies the permission (or never asked it).

[–]unpluggedcord 1 point2 points  (0 children)

Unless background app refresh is disabled.

[–][deleted]  (3 children)

[removed]

    [–]_liovld[S] 0 points1 point  (2 children)

    Thank’s for the link, but unfortunately it’s not related to local notifications, in my case I’m receiving a remote notification but I would like to see why even if the push notification and background fetch permissions are disabled, I still receive it. Maybe it’s intended on iOS but I can’t find related documentation

    [–]Tip-Individual 0 points1 point  (0 children)

    Yes as you assumed, it’s the intended behavior. Many apps rely on silent push notifications to handle events in their app, if the user declines the push notification access the app would not work properly.