Skip to main content
Focus on end goal
Source Link
DMGregory
  • 140.6k
  • 23
  • 257
  • 400

Unity Application.OpenURL alternate in ios How to open local PDF file on iOS

I am using

Application.OpenURL 

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

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

I am unanbleunable to find alternatean alternative.I found Yasir kula native file picker but that don't cover the file opening feature.

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.

How to open local PDF file on iOS

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.OpenURL cannot 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.

Source Link

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.