-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Documents #104
Comments
Hi, same issue. @sc-keyzo did you made any progress? |
@perelin @sc-keyzo
And use public.data as uti Source: https://pspdfkit.com/blog/2016/hiding-action-share-extensions-in-your-own-apps/ |
@axel012 Thanks for posting this, i will try it out and let you know how i get on |
I'm getting error: unable to read property list from file: /Users//cordova/platforms/ios/ShareExtension/ShareExtension-Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'ShareExt' from project '') from xcode then. What can I do? |
Hi, it's potentially just a typo, here's my working plist `
|
Thanks, app is build again. But unfortunately I'm still not able to import a document inside my app. It's just not shown as possibility in share menu. Here's my ShareExtension-Info.plist:
Do you @sc-keyzo or @axel012 have any ideas if there is something wrong? Do I forgot to configure something else? |
Hi
i'm trying to use your plugin to receive PDF documents from other iPad apps but not having any success. This is the command i use to enable the plugin:
cordova plugin add cc.fovea.cordova.openwith --variable IOS_URL_SCHEME=keyzoopenwith --variable IOS_UNIFORM_TYPE_IDENTIFIER=com.adobe.pdf
The cordova app compiles ok and runs on my iPad however, the app does not show up in the "Copy to" form of any other apps that handle PDF document.
If i reconfigure the plugin to look for public.image, the same as the example you provide, then all works ok.
Am i missing a configuration step somewhere or is this a bug?
thanks
The text was updated successfully, but these errors were encountered: