I want my app to be in 'Open in' options for image.
I have used this code in my Info.plist
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Image</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.image</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>PNG image</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.png</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>JPEG image</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.jpeg</string>
</array>
</dict>
</array>
In the application 'Inbox', on sharing an image, i can see my app 'Quotle' :
But in Apple's application 'Photo', i don't see my app :
What can i do to see my app in sharing menu into application 'Photo'?
The Files app not showing files and does not work as it should be. When it stops displaying files, you can't open files from the Files app. To fix iOS 14/13 Files app empty issue, please follow the steps to enable iCloud drive on iPhone/iPad or iPod touch. Navigate to Settings app on iPhone/iPad, tap profile name > iCloud > Enable iCloud Drive
The only downside is that Files app updates are integrated into iOS system updates, so any issues that you come across do take a while to get fixed permanently.
iOS devices will view the embedded JPEG. RAW files that you store outside the Photos app library (for example, in your Pictures folder) are always present on your Mac, but aren't stored in iCloud and won't stay up to date in the Photos app on your iPhone, iPad, or iPod touch.
The Files app is a welcome addition to iOS. It looks simplistic, yet there’s a real powerhouse underneath once you get to know the various features available.
In order to show your app in Photo's Share to list, you need to add a new target of Share Extension into your project, please refer the document for more info on how to add the Share Extension.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With