Post

Replies

Boosts

Views

Activity

Reply to Problem with openSettingsURLString
Hi, everyone I found solution. You need to use bundle identifier in url. My Xcode 15.0, Swift 5.9. guard let bundleId = Bundle.main.bundleIdentifier, let settingsUrl = URL(string: "\(UIApplication.openSettingsURLString)/\(bundleId)") else { return }
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’23