React Native 打开 iOS App Notifications 设置
Posted
技术标签:
【中文标题】React Native 打开 iOS App Notifications 设置【英文标题】:React Native open iOS App Notifications setting 【发布时间】:2018-03-01 03:27:19 【问题描述】:我可以用Linking.openURL('app-settings:')
打开上面的屏幕。
有没有办法更深入地打开Notifications
设置(见下文)?
我已经搜索了一些答案并尝试了Linking.openURL('app-settings:2')
、Linking.openURL('app-settings:2')
和Linking.openURL('app-settings:NOTIFICATIONS')
,但没有运气。
【问题讨论】:
【参考方案1】:您将需要以下语法:
Linking.openURL('App-Prefs:NOTIFICATIONS_ID')
完整的选项列表: https://gist.github.com/tzmartin/b7019c22fc3152a0b2fe
不知道为什么不需要root=
...
【讨论】:
在 ios 14.5 上为我工作【参考方案2】:Linking.openURL('App-Prefs:NOTIFICATIONS_ID&path=<bundle_id>')
为我工作。 iOS 14.7.1
【讨论】:
以上是关于React Native 打开 iOS App Notifications 设置的主要内容,如果未能解决你的问题,请参考以下文章
React Native之配置URL Scheme(iOS Android)
在React Native App上打开Realm Studio
react-native android/ios 手动/自动 修改版本号