intentlauncher for IOS?

I’m using the IntentLauncher API to show the user a PDF file that was previously created using printToFileAsync. It works great on Android, but according to the docs IntentLauncher is used specifically for Android. Is there an equivalent API for IOS that I can use to accomplish the same task? I’ve been searching through the docs and can’t seem to find anything.

1 Like

Hi

Maybe this will do it?

Otherwise maybe Sharing will do it.

See also:

1 Like

Hi thanks for the response. Unfortunately none of the solutions in your first link would work as it would require me to eject my application. The second link might work, but it looks like it’s just a viewer, and has no share functionality, which is what I am really needing :confused: Opening the file in IOS native PDF viewer is really what i’m going for here, since it would give the user options for sharing.

Hi. Sorry, I don’t have any more ideas, but did you notice the Sharing link in my previous comment?

Will that work for you? If not, I hope someone else has some better ideas.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.