CFBundleDocumentTypes & UIFileSharingEnabled issues

后端 未结 7 534
误落风尘
误落风尘 2020-12-29 17:52

Has anyone gotten UIFileSharingEnabled or CFBundleDocumentTypes to work? I added UIFileSharingEnabled as true to my plist and used Apple\'s example from the link below for C

7条回答
  •  [愿得一人]
    2020-12-29 18:25

    UIFileSharingEnabled affects only when your app is built as 'distribution'. If you build ad-hoc version and install it, you can check your program.

提交回复
热议问题