File sharing / send file in another app (“open in” in iOS)

后端 未结 2 1772
时光说笑
时光说笑 2021-02-14 14:03

my app make a simple file called log.txt

the URL of this file (viewed in xcode) is file://localhost/var/mobile/Applications/NUMBER OF THE APPLICATION/Documents/

2条回答
  •  死守一世寂寞
    2021-02-14 14:24

    Here is how it works for me :

    I just put the declaration "UIDocumentInteractionController *documentController" in the .h file and it works !

    I really don't know why, but ....

提交回复
热议问题