1 min readAug 28, 2018
Another solution that I would like to add:
Knowing that the Push Notifications prompt appears only once, we can add an alert before even triggering the prompt.
For example, when the user launches the app we can show an alert that says "Enable Push Notifications?" with 2 buttons (Ask Later and Yes).
- If the user clicks on Ask Later, we will show the same alert after n app launches and so on until the user clicks Yes.
- Upon pressing on Yes, we will then present the Push Notifications prompt.
I believe that this method is quite beneficial (at least for me) for having a bigger percentage of registered users.