IOS 8 open image in my app from another apps
问题 I did some research but seems still no luck when I added these xml in my info.plist <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array> <key>UTTypeIdentifier</key> <string>my.custom.uti</string> <key>UTTypeDescription</key> <string>PDF file</string> </dict> </array> <key>CFBundleDocumentTypes</key> <array> <dict> <key>LSItemContentTypes</key> <array> <string>public.data</string> </array> <key>CFBundleTypeIconFile</key>