Contents

openDefaultApplicationsSettingsURLString

The URL string used to select a default app in the Settings app.

Declaration

nonisolated class let openDefaultApplicationsSettingsURLString: String

Discussion

Create a URL from this value and pass it to the open(_:options:completionHandler:) method to launch the Settings app and display your app’s custom settings, if it has any:

For design guidance, see Human Interface Guidelines > Settings.

See Also

Deep linking to custom settings