I have tried to use an array containing only one NSData object which size is over 5 Mo with initWithActivityItems
When the completion handler is called :
[_activityViewController -setCompletionWithItemsHandler:^(NSString *activityType, BOOL completed, NSArray *returnedItems, NSError * error),
returnedItems is nil
I don't have this issue when NSData is around 2 Mo
Thanks for your help