Deep link in to iOS Settings' Notifications page?

人走茶凉 提交于 2019-12-06 20:48:04

问题


I know that I can deep link into the Settings page on iOS via UIApplicationOpenSettingsURLString. However, this takes me to a page such as this:

Now if I want the user to enable notifications, they have to find Notifications in the list and then enable it. Is there a way to instead directly link them to the Notifications page? (i.e. Going to the same exact page as though they had tapped notifications in the screenshot above.)

If not, is there a way to take them to the global notifications iOS Settings page? (See screenshot below for an example)


回答1:


No, there is no way to go to any other page in the Settings app from a third party app. Using UIApplicationOpenSettingsURLString is the only option available.



来源:https://stackoverflow.com/questions/33003961/deep-link-in-to-ios-settings-notifications-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!