Basically I want to retrieve files (e.g. pdf) from other apps (e.g. dropbox) to store and modify later.
I wrote a share-extension for that task and could iterate over NSExtensionItem's and can catch out my files - but I have no idea about their original filename.
I noticed that other apps got the filename - but they're called with the "open with" function in iOS.
So how I get the filename in my share-extension?
Thanks in advance.