79524473

Date: 2025-03-21 02:54:40
Score: 0.5
Natty:
Report link

You may use the concurrency version

Task {
    do {
        try await CXCallDirectoryManager.sharedInstance.openSettings()
    } catch {
        // handle the error
    }
}

tested on iOS 18.4 and it's working perfectly

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: iAugus