AirDrop will fail when a relative url is sent to `UIDocumentInteractionController`. It can be solved with changing line 165 to this: ```objective-c self.docController = [UIDocumentInteractionController interactionControllerWithURL:[fileURL absoluteURL]]; ```