I am trying to teach my iOS app to accept AirDroppings. I added two Document Types: public.plain-text and public.folder, (no Additional document type properties) and implemented application:openURL:options:
Dropping plain text files works fine. But with folders: the iOS Device shows (shortly) “Air Drop is sharing <Name of the Folder>”, then appears a list of apps accepting folders (including mine), I select my app and nothing further happens. My app is NOT activated, application:openURL:options: is NOT called and the folder does NOT show up in my apps …/Documents/Inbox. Other iOS apps can accept folders, so it must be possible. IOS 9.3.1, and my app does not use iCloud. What am I missing? Gerriet. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com