Open iOS App Notifications setting with `Linking`

I am able to open the above screen with Linking.openURL('app-settings:').

Is there a way to go a layer deeper and open the Notifications setting instead (see below)?

I have searched for some answers and tried Linking.openURL('app-settings:2'), Linking.openURL('app-settings:{2}') and Linking.openURL('app-settings:NOTIFICATIONS') without luck.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.