+ (void)reloadContentBlockerWithIdentifier
NSString *)identifier completionHandler
void (^_Nullable)(NSError *_Nullable error))completionHandler;
The above functions in iOS 9, even action extension worked without problems
However, in iOS 10, when called in the action extension, an error is displayed, such as the following.
iOS 10(in Action Extension)
Error Domain=SFErrorDomain Code=1 "(null)"
Thank you.
The above functions in iOS 9, even action extension worked without problems
However, in iOS 10, when called in the action extension, an error is displayed, such as the following.
iOS 10(in Action Extension)
Error Domain=SFErrorDomain Code=1 "(null)"
Thank you.