Posts

Post not yet marked as solved
9 Replies
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 }