React Native Open settings through Linking.openURL in IOS

前端 未结 6 2185
失恋的感觉
失恋的感觉 2021-02-05 20:32

I want to open ios setting app from my app. the settings destination is [ settings => notification => myapp ]. to turn on & turn off push notification.

There are so

6条回答
  •  不思量自难忘°
    2021-02-05 20:52

    To access specific settings screens, try this: Linking.openURL("App-Prefs:root=WIFI"); Linking to app-settings only opens the settings for the Reference: iOS Launching Settings -> Restrictions URL Scheme (note that prefs changed to App-Prefs in iOS 6)

提交回复
热议问题