Pan Mluvčí
Pan Mluvčí

Reputation: 1261

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

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?

Upvotes: 2

Views: 385

Answers (1)

Pan Mluvčí
Pan Mluvčí

Reputation: 1261

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

Upvotes: 1

Related Questions