ios - 在 ios react-native 中打开应用程序设置

标签 ios react-native deep-linking

有什么方法可以使用 React Native Linking 打开 MYApp 的应用设置。

我正在关注 this应用偏好。但我无法在 IOS 中打开除 root 设置页面之外的任何其他设置。

例如:Linking.openURL('App-prefs:root=General&path=About');

enter image description here

我可以使用 react-native-open-settings 打开应用程序设置.

有没有办法使用 React Native 提供的 Linking API 打开应用设置。

提前致谢。

最佳答案

这适用于我并打开我的应用程序的设置:

Linking.openURL('app-settings://');

关于ios - 在 ios react-native 中打开应用程序设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53809294/

相关文章:

javascript - 无法从 Firebase 读取 JSON 值

ios - 在没有 App Store ID 的情况下测试 iOS 'Deep Linking'

ios - 与 Branch.ios 的深层链接无法正常工作

iOS 自动布局 : get width of views inside a view in ViewController

react-native - react native 初始区域不更新状态

react-native - React Native IOS Build CFBundleIdentifier不存在

java - 使用 Android 通过 OAuth1 调用 Open Bank Project

ios - 应用程序购买中的 iOS 非续订是否需要恢复购买按钮?

ios - facebook ios sdk 2.0 于 2012 年 9 月 7 日停止工作?

ios - 无法使用 xcodebuild 归档应用程序