I am using Application.OpenURL
to open pdf files in standalone desktop builds, but when I used iOS platform it simply did not work. Then, I found on official docs that
iOS:
Application.OpenURLcannot be used for opening local files.
I am unable to find an alternative.I found Yasir kula native file picker but that don't cover the file opening feature.