IOS - Open Device Settings

Hi! I need to open the device settings on IOS, not the app settings.

I managed to open the app settings with Linking.openURL('app-settings:'), but now I also need to open the device settings to enable the Privacy Location Service.
It seems that Expo doesn’t support react-native-settings.
I managed to open the device settings with Linking.openURL('App-Prefs:root=Privacy&path=LOCATION') but it seems that Apple reject the apps using this.
There is some Expo approach for this?

Thanks in advance!

1 Like

+1 ! Would be interested to do this as well.

You might want to up vote this feature request:

Yes. I already did that before creating the post.
It will be useful for people looking for the same.
Thanks!

1 Like

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