[Deprecated] iOS open device settings categories
wcoder opened this issue · 1 comments
wcoder commented
Description
prefs
- not working;App-Prefs:*
- opening device settings page.
Any Apple URL schemes that are not officially documented should be considered private API.
https://forums.developer.apple.com/message/186656#186656
iOS Settings URL Schemes: https://gist.github.com/deanlyoung/368e274945a6929e0ea77c4eca345560#note
Basic Information
- Platform Target Frameworks:
- iOS: 13+
wcoder commented
Replace to Essentials.AppInfo.ShowSettingsUI
(used UIApplication.OpenSettingsUrlString
)