OpenURL with multiple files

Hi, i want to select multiple files in iOS file browser app and send them to mine. When i select one file it works as intended, problem appears when I try to select multiple files and send to my app: it only sends one file (last selected or something like that). This is my code.


public override bool OpenUrl(UIApplication app, NSUrl url, NSDictionary options)

{

Console.WriteLine(url.ToString());

return openLink(url);

}


Any solution?

Thanks in advance!

Replies

Anyone? 🙂

Anyone?

I don’t have an answer for you, and judging by the general silence it seems that no one else does either )-: My recommendation is that you open a DTS tech support incident and discuss this with our document expert.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"