The best way to explain what I want to archieve is by using Facebook iOS app screenshot:
Clicking that button redirects user directly to Facebook app (notifications settings).
I am only able to add some switches and labels to root settings window (by using Settings.bundle.
So how can I redirects user from my app notifications settings to my app?
Thanks in advance for every help.
You should use UNUserNotificationCenter and request authorization for
.providesAppNotificationSettings
Then use UNUserNotificationCenterDelegate method for handling:
Swift
Objective-C