Hi!
I am creating a pair of iOS apps that will use AirDrop to move files between them. These files are either PNG, XML, or HTML files, and they are represented as file-based URLs when passed to the UIActivityViewController.
When I select the PNG file to transmit and I have launched the receiving app (on another iOS device), the "Photos" app opens on the receiving device. My receiver app is set up to import the correct UTI and to open the correct document type, but its AppDelegate application:openURL:sourceApplication:annotation: method is never executed.
Is there a list of AirDrop file types and their mappings to the Apple iOS apps that will automatically open them?
Thanks,
Karl G. Kowalski