Is there a way to limit the Applications shown in a UIDocumentInteractionController?

后端 未结 1 1867
故里飘歌
故里飘歌 2021-01-19 18:43

I am currently displaying a UIDocumentInteractionController so that the user of my App can open a File in a different App. The controller pops up and lists the App with no p

1条回答
  •  不思量自难忘°
    2021-01-19 18:51

    No, you cannot filter this list. You're not allowed to tell the user that they can't send your file to Dropbox if they want. :)

    (If you have only one specific app that makes sense to send your file to, and you can control or have a partnership with that app, then you can agree on some other obscure file type to use, or communicate directly by custom URL. UIDocumentInteractionController is designed for the general case of allowing the user to shuttle files wherever they might need them, and cloud services can be perfectly valid places to put files of standard types.)

    0 讨论(0)
提交回复
热议问题