How do I get my application to show up in the "Open in..." menu on iOS for ANY document type?

StackOverflow https://stackoverflow.com/questions/23261391

  •  08-07-2023
  •  | 
  •  

문제

I have requirement to have my application name in "Open in " menu for any document type in iOS platform in iPAD. It means for any extension my application should be presented in "Open in" menu. One way is that I add all keys in DocumentType UTI but I need some option like whether I can mention "*" to allow all document types.

It is available with CFBundleTypeExtension but it is for OS X platform and not for iOS platform. Also for custom extension I need same thing so I don't have to update .plist file again and again for new document types.

Let me know whether such thing is possible or not. For more detail or any query ask me and I will try to give more clarification if required.

도움이 되었습니까?

해결책

See here

In short: Add the UTI public.item to the list of handled document types for your app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top