Airdrop fails to transfer symlinked files to computer or another device using UIActivityViewController

Originator:jkirsakmens
Number:rdar://31842522 Date Originated:26-Apr-2017 09:39 PM
Status:Closed Resolved:05-Oct-2018
Product:iOS Product Version:10.3
Classification:Other Bug Reproducible:Always
 
Summary:
Airdrop fails to transfer symlinked files to computer or another device using UIActivityViewController.

Steps to Reproduce:
1) Run attached project on the device.
2) In the share sheet choose Airdrop to another device

Expected Results:
Aidrop should send symlinked file as other share options does.

Actual Results:
Aidrop fails with error, related console log:
AirDrop] Sender kSFOperationEventErrorOccured {
    Error = "Error Domain=SFOperation Code=-1 \"Transfer failed.  Try again.\" UserInfo={NSLocalizedDescription=Transfer failed.  Try again.}";
    Files =     (
                {
            FileBomPath = "./test.pdf";
            FileIsDirectory = 0;
            FileName = "test.pdf";
            FileType = "com.adobe.pdf";
        }
    );
    ReceiverCompositeName = "Jurgis Kirsakmens";
    ReceiverComputerName = jkiMacNew;
    ReceiverFirstName = Jurgis;
    ReceiverID = 0fb3f37d4bb1;
    ReceiverLastName = Kirsakmens;
    ReceiverModelName = iMac;
    SessionID = 43507EFEF109;
    TotalBytes = 237293;
    UsePKZip = 0;
    VerifiableIdentity = 1;
}

Comments

Resolved in iSO12

2018-10-05: Closed as resolved in iOS12.

By jkirsakmens at Oct. 5, 2018, 10:09 a.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!