I am working on a Unity project where I need to open a PDF file using an external PDF viewer on iOS. However, when I try to open the file, it does not open in any installed PDF app (such as Adobe Acrobat, Books, or any other PDF reader).
Used Application.OpenURL("file://path-to-pdf"), but nothing happens.
Tried using NSFileProvider to get the document path, but the PDF does not open.
Used UIDocumentInteractionController to present the open-in menu, but the PDF apps are not listed.