Post

Replies

Boosts

Views

Activity

Reply to Content Blocker in iOS app in mac m1 vs Mac Catalyst app
I'm also having the exact same problem :( Hope this bug fixed soon swift:  SFContentBlockerManager.getStateOfContentBlocker(withIdentifier: extensionBundleIdentifier) { blockerState, error in print(blockerState ?? "", error?.localizedDescription ?? "") } console: The operation couldn’t be completed. (SFErrorDomain error 1.) swift: Task { do { try await SFContentBlockerManager.reloadContentBlocker(withIdentifier: extensionBundleIdentifier) } catch { print(error.localizedDescription) } } console: The operation couldn’t be completed. (SFErrorDomain error 1.)
Jan ’24