Reputation: 479
How to specify a certain 'white' list of apps available for UIDocumentInteractionController's Open In feature? I could not find anything in UIDocumentInteractionController docs about it.
Upvotes: 1
Views: 630
Reputation: 2990
I don't think this is possible. UIDocumentInteraction Controller will not allow you to limit the user from deciding how to open your document.
Refer to: Is there a way to limit the Applications shown in a UIDocumentInteractionController?
The only exception is in iOS 7, you can limit managed/non-managed apps to be on the "Open in" feature for managed and supervised devices.
Upvotes: 1