+ (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...