gpt4 book ai didi

iphone - 将我的 iphone 应用程序添加为设备中的内容菜单

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

这个问题在这里已经有了答案:





How do I associate file types with an iPhone application?

(4 个回答)


8年前关闭。




我需要安装我的 iPhone 应用程序作为快捷方式。
如果用户长按电子邮件附件中的图像,此选项应与 一起出现。 “打印” , “保存到相机胶卷” , “ Facebook ” , “推特” 等等
谁能帮我这个?任何帮助,将不胜感激。

最佳答案

如果您希望您的应用程序打开 .png、.jpeg 或 .pg 类型的文件,您必须在文件的 Info.plist 中列出 Document type Key,如下所示:

<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>files</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>.png</string>
<string>.jpegf</string>
<string>.jpg</string>
</array>
</dict>
</array>

引用:
http://developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html

关于iphone - 将我的 iphone 应用程序添加为设备中的内容菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17940285/

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