I have a drawing app, and due to some heavy structural change (mostly PencilKit) I'm implementing a brand new app for version 2. Documents created by version 1 will be read-only in version 2.
I've implemented UIActivityViewController in both versions so I can successfully move a document from version 1 to version 2. What I'd like to do though is offer another option of directly opening a version 1 document in version 2 without the activity view controller popping up. I'm sharing via file URL, and I see how to implement opening an app via URL scheme, but I'm not sure if I can open via URL scheme AND have the URL be both a custom scheme and also a file reference.