if i close my extension with
[self.extensionContext cancelRequestWithError:error];
the error is not returned to the app via UIActivityViewController
completion blocks activityError
[vc setCompletionWithItemsHandler:^(NSString *activityType, BOOL completed, NSArray *returnedItems, NSError *activityError) {
// activityError is nil, even when cancelRequestWithError: called with error
}