Open Keyboard's settings screen in iOS's settings app programmatically from another app

前端 未结 3 1706
北荒
北荒 2020-12-29 12:45

How can we go directly to any of the below mentioned screens of iOS\'s settings app programmatically

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 13:41

    Latest message I got from Apple reviewers: Your app hosts extension(s) but it does not comply with the App Extension Programming Guide.

    Specifically, your app brings users directly to the keyboards settings page rather than taking users to the specific settings page for your app. Please ensure that your app only brings users to your app settings page.

    When I was redirecting to: prefs:root=General&path=Keyboard/KEYBOARDS

提交回复
热议问题