Skip to main content
1 of 2

Unity Application.OpenURL alternate in ios

I am using

Application.OpenURL 

to open pdf files on standalone but when I used iOS platform it simply did not work. Then, I found on official docs that

`iOS: Application.OpenURL cannot be used for opening local files.

I am unanble to find alternate.I found Yasir kula native file picker but don't cover file opening feature.