AirDropping Folders to iOS Device
AirDropping Folders to iOS Device
- Subject: AirDropping Folders to iOS Device
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sun, 03 Apr 2016 13:18:11 +0700
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 (email@hidden)
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:
This email sent to email@hidden