Is there a way to send the user to the app's privacy settings under macOS like we do in iOS?
- 阅读更多 关于 Is there a way to send the user to the app's privacy settings under macOS like we do in iOS?
问题 Like many apps, my iOS app offers the user a chance to open the app's settings page if a certain privacy permission has been disabled. In iOS, using the special UIApplicationOpenSettingsURLString / openSettingsURLString URL takes the user to the app specific page of the Settings app. There the user sees various privacy settings used by the app in addition to any settings setup in the Settings.bundle provided by the app (if any). While working on the Mac Catalyst port of the iOS app, this is