You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ios app and I want to be able to open files in it via the 'share' menu in other apps. I don't want to use a share extension since I don't need additional windows, and it's overhead. I added the ability to open PDF files and images to my plist:
And everything works great! I get PDF images when I click on "share" in the "Files" or "Safari" app. I see my app in the list, but if I do it from the "Photos" app, my app is not in the list. How can I fix this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have ios app and I want to be able to open files in it via the 'share' menu in other apps. I don't want to use a share extension since I don't need additional windows, and it's overhead. I added the ability to open PDF files and images to my plist:
In javascript, I have the following code:
And everything works great! I get PDF images when I click on "share" in the "Files" or "Safari" app. I see my app in the list, but if I do it from the "Photos" app, my app is not in the list. How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions