Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS push notification settings after reinstall

For iOS8 there is option when iOS cache push notification permission for 24h and after reinstall I would not receive push notification alert.

And there is workaround:

Resetting the Push Notifications Permissions Alert on iOS

The first time a push-enabled app registers for push notifications, iOS asks the user if they wish to receive notifications for that app. Once the user has responded to this alert it is not presented again unless the device is restored or the app has been uninstalled for at least a day.

If you want to simulate a first-time run of your app, you can leave the app uninstalled for a day. You can achieve the latter without actually waiting a day by following these steps:

Delete your app from the device. Turn the device off completely and turn it back on. Go to Settings > General > Date & Time and set the date ahead a day or more. Turn the device off completely again and turn it back on. Source: https://developer.apple.com/library/ios/technotes/tn2265/_index.html

Q: But for iOS9+ there is no cached push permission, and after reinstall I received alert every time. Is there any option to cache my choice for 24h and use it after reinstall ?

like image 511
Andriy Savran Avatar asked Jan 26 '17 12:01

Andriy Savran


People also ask

How do I restore push notifications on my iPhone?

Go to Settings and tap Notifications. Select an app under Notification Style. Under Alerts, choose the alert style that you want. If you turn on Allow Notifications, choose when you want the notifications delivered—immediately or in the scheduled notification summary.

How do I get push notifications back?

Once you're in the Settings app, tap Notifications. In the resulting screen (Figure 1), tap Notifications. Accessing the Notification History in Android 12. In the next window (Figure 2), enable the Notification History by tapping the On/Off slider until it's in the On position.

Why am I not getting push notifications on my new iPhone?

You can fix an iPhone that's not getting notifications by restarting it or making sure notifications are turned on. You should also make sure your iPhone is connected to the internet so apps can receive notifications. If all else fails, you should try resetting the iPhone — just make sure to back it up first.


1 Answers

No.

Push Notifications permissions alert on iOS normally comes whenever we are registering our app for remote notification.

So once the behavior of permissions alert is changed by respective iOS version, we cant handle it by our own.

I hope this might help you.

like image 52
Mithun kumar Avatar answered Nov 10 '22 03:11

Mithun kumar