iOS Question B4XPleroma share a image with my app

Alexander Stolte

Expert
Licensed User
Longtime User
I follow this tutorial:
I use public.image to share all kind of images with my app.
But if i share a image on B4XPleroma then my app does not appear in the share menu.
The same with images from my gallery.
This is my PlistExtra code:
B4X:
#PlistExtra:<key>CFBundleDocumentTypes</key>
#PlistExtra:<array><dict><key>CFBundleTypeIconFiles</key><array/>
#PlistExtra: <key>CFBundleTypeName</key><string>CSV File</string>
#PlistExtra:<key>LSItemContentTypes</key><array>
#PlistExtra:<string>public.comma-separated-values-text</string>
#PlistExtra:<string>public.image</string>
#PlistExtra:</array></dict></array>
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top