ios - Open In Place (but only a subset) -


my app can 'view' lots of different file types, can 'edit' single type.

i have enabled 'open in place' (lssupportsopeningdocumentsinplace) users can use icloud drive 'launch' app.

unfortunately file types listed 'open in' (my app) - whereas app file format should 'open in' - rest should 'copy to'.

i've 'randomly' tweaked cfbundledocumenttypes (owners, editors etc.) no avail. know if possible - , magic combination of plist values is?

thanks

as of ios 10, setting lshandlerrank "owner" (ie. "alternate") should have effect. you'll still files open-in-place'able, ui changes.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -