React Native打开iOS App Notifications设置

时间:2018-03-01 03:27:20

标签: ios react-native

enter image description here

我可以使用Linking.openURL('app-settings:')打开上面的屏幕。

有没有办法更深层次地打开Notifications设置(见下文)?

我搜索了一些答案并试了Linking.openURL('app-settings:2')Linking.openURL('app-settings:{2}')Linking.openURL('app-settings:NOTIFICATIONS')但没有运气。

enter image description here

2 个答案:

答案 0 :(得分:0)

如果您问如何让您的应用使用推送通知。我建议你尝试使用 firebase云功能 react-native-fcm

正确实施。您的应用会弹出想要发送推送通知。

如果你想了解更多信息,请在下方评论。或许我的意图有误。

答案 1 :(得分:0)

您将需要以下语法:

Linking.openURL('App-Prefs:NOTIFICATIONS_ID')

完整的选项列表: https://gist.github.com/tzmartin/b7019c22fc3152a0b2fe

不知道为什么不需要 root=...