iOS Question Share each files with my app

schimanski

Well-Known Member
Licensed User
Longtime User
What is the #PlistExtra, when I want to share each files with my app?

Thanks for any efforts...
 

schimanski

Well-Known Member
Licensed User
Longtime User
I made a messenger and i want to send images, files etc. with my app out of the galerie, office-apps etc. Do i have to list now all types of file in #plistextra?
Each time, when the user presses this button, my app should be shown in the list..
 

Attachments

  • images.png
    images.png
    616 bytes · Views: 212
Last edited:
Upvote 0

schimanski

Well-Known Member
Licensed User
Longtime User
Thanks, Erel!

I have made it like this:

B4X:
#PlistExtra:<key>CFBundleDocumentTypes</key>
    #PlistExtra:<array><dict><key>CFBundleTypeIconFiles</key><array/>
    #PlistExtra:<key>CFBundleTypeName</key>
    #PlistExtra:<string>name</string>
    #PlistExtra:<key>LSItemContentTypes</key><array>
    #PlistExtra:<string>public.content</string>
    #PlistExtra:</array></dict></array>

But I only see my icon, when I try to share a document in OfficeSuite. Why is it not possible to show my app in the internal gallerie. This is one of my most important options...
 
Upvote 0
Top