I\'d like to better control what notifications are being displayed to my users and selectively silence some of them. In order to do this I have implemented a UNNotificationS
It's really easy to miss a comment above by @Lepidopteron and falsely assume there is absolutely no way to suppress the push notification - there is, and it's called silent push notification. It has a few limitations though. As stated in Apple's docs, you can send only 2-3 of these an hour, and there is no delivery guarantee.