0

I am currently developing an application. It uses notification. I want notification permission from user when app is installed but some users decline permission. I want send a notification permission popup to users periodically if they decline notification permission. I know Apple doesn't allow this but I'll just say you rejected the notifications, turn on notifications from the settings. Then direct them to the settings. So how can I do it and is it possible?

  • what I would suggest is that whenever you want to send a notification check if notifications permission is granted and if otherwise show the permission not granted popup instead of arbitrary showing popups. For the second part this might be helpful https://stackoverflow.com/q/28152526/11974184 – Amr Aug 31 '21 at 07:45

0 Answers0