iOS Question Register custom file type

jai

Active Member
Licensed User
Longtime User
I need to register a custom file type (.pmd) that would be opened in myapp upon selecting "Open in myapp" for the opening app option for a file received as email attachment. The myfile.pmd is a text file in the standard public.comma-separated-values-text format.

It all works fine if I use the .txt as file extension (myfile.txt) but not with .pmd extension which is what I need.

Is there a sample B4i code for the #PlistExtra: section to accomplish this? Thanks.
 
Top