I follow this tutorial:
I use
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:
Open external files with your app
Also see: List of methods to access external resources or share to external apps Many applications that deal with files show a standard file handling dialog. One of the options in this dialog is to open the file with another app. This tutorial explains how you can add your app to this list and...
www.b4x.com
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>