将vcard的文件types与iPhone应用程序相关联
我在我的info.plist文件中做了以下更改
<key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>Visiting Card</string> <key>CFBundleTypeIconFiles</key> <array> <string>Icon.png</string> </array> <key>CFBundleTypeRole</key> <string>Editor</string> <key>LSHandlerRank</key> <string>Owner</string> <key>LSItemContentTypes</key> <array> <string>public.vcard</string> </array> </dict> </array>
当我按住vcard附件,而不是给我一个选项,以打开它的联系人应用程序或与我的应用程序,它只是打开它与联系人应用程序…我应该如何获得选项来打开它与我的应用程序? 请尽快回复….
<key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>VCard Files</string> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>LSHandlerRank</key> <string>Alternate</string> <key>LSItemContentTypes</key> <array> <string>public.vcard</string> </array> </dict> </array>
- 平滑核心动画雪景效果
- iOS – Face ID生物识别集成
- Xcode机器人安装链接请求超时
- AVPlayer / AVPlayerItem如何通知我的应用程序有关不可达的networking故障?
- AudioHardware.cpp:1200:AudioObjectRemovePropertyListener:AudioObjectRemovePropertyListener:没有给定ID 0的对象
- 删除的类丢弃错误消息unknown>:0:错误:没有这样的文件或目录:
- 同时运行两个jquery事件会导致闪烁
- ALAsset valueForProperty:ALAssetPropertyLocation未声明?
- 目标C:使用Socket发布/获取请求