gpt4 book ai didi

ios - Objective-C/iOS共享文档以上传到我的应用中

转载 作者:行者123 更新时间:2023-12-01 16:37:16 25 4
gpt4 key购买 nike

我正在做类似Dropbox的应用,我需要知道这两张照片之间的区别:

我想将所选文件上传到服务器中。

我要我的应用程序出现在这里:

但它出现在这里:

如何与第一张照片中的其他应用程序一起显示我的应用程序?
(PruebaMenu是我的应用程序)

编辑

这是我的文档类型:

EDIT2
Info.plist代码:

<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array>
<string>approv</string>
<string>logoapp</string>
</array>
<key>CFBundleTypeName</key>
<string>Prueba</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.adobe.pdf</string>
<string>public.image</string>
<string>public.video</string>
</array>
</dict>
</array>

最佳答案

为了使您的应用程序显示在第一张照片中,您的应用程序必须注册其支持的文件类型。应用程序的plist必须包含CFBundleDocumentTypes键,并且在此数组中声明应用程序支持的不同文件类型。有关更多信息,请参见此Apple文档:https://developer.apple.com/library/ios/documentation/filemanagement/conceptual/documentinteraction_topicsforios/Articles/RegisteringtheFileTypesYourAppSupports.html

关于ios - Objective-C/iOS共享文档以上传到我的应用中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27021103/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com