0

I am attempting to set up two custom UTIs for my app. I think I have everything set up right (see the info.plist screenshot below).

I have a .npdeck file in my email but it doesn't show my app as an option when I try to open it.

What did I forget to do?

info.plist

user3925713
  • 509
  • 1
  • 4
  • 10

1 Answers1

0

There are a few things you can check, most based off of Developer QA 1587

  1. I've seen conflicting information, but it's possible that you need to declare this as Imported Type UTIs, and not just Exported Type UTIs.
  2. It doesn't appear that you defined the "Equivalent Types" / UTTypeTagSpecification, where the public.filename-extension and public.mime-type is defined.
  3. Hard to tell cause it's blacked out, but make sure the Content Type UTI and identifier are exactly the same
DenVog
  • 4,226
  • 3
  • 43
  • 72