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.)
Topic:
App & System Services
SubTopic:
Core OS
Tags: