We are writing a new app, and create an audio file that we want to allow users to share out to Dropbox, email, Airdrop, etc.
When I put a plain UIActivityController up, which I supply with an NSURL to the audio file all that shows is Mail, Message and Airdrop. I have the latest Dropbox on the iPhone, and understand that the Dropbox app has a storage provider app extension. Yet nothing shows up.
Do I have to use the UIDocumentInteractionController to get Dropbox to show? I thought it would automatically show on the UIActivityController panel, as Dropbox is installed.
Thanks for any tips.