ios: Share Extension does not allow me to share .txt or .csv file to my app

318 Views Asked by At

I have a share extension in my app. It does share photos from photos app and .pdf files from files app. But it does not work on .txt or .csv files. What do I have to do to allow it?

1

There are 1 best solutions below

0
On BEST ANSWER

I found by accident that in order to work with these text files, you have to add to plist of your extension NSExtensionActivationSupportsText than your app will popup in list of available apps to share into

enter image description here