Hi,
Consider an app that has been shipping with a NotificationCenter widget for some time. Now with iOS 14, we want to replace that with a WidgetKit widget. But since we still support iOS 13, we have to ship with both NotificationCenter and WidgetKit widgets, otherwise our iOS 13 users will lose functionality.
Would it be possible to somehow suppress the NotificationCenter widget on iOS 14, so that users that have upgraded don't get confused by the existence of both?
Thank you in advance.
Consider an app that has been shipping with a NotificationCenter widget for some time. Now with iOS 14, we want to replace that with a WidgetKit widget. But since we still support iOS 13, we have to ship with both NotificationCenter and WidgetKit widgets, otherwise our iOS 13 users will lose functionality.
Would it be possible to somehow suppress the NotificationCenter widget on iOS 14, so that users that have upgraded don't get confused by the existence of both?
Thank you in advance.