j3k0 / cordova-plugin-openwith

Get your Cordova App in the O.S. "Share" menu on iOS and Android
MIT License
138 stars 114 forks source link

iOS fails to pass image from gallery to app #64

Closed joshoconnor89 closed 5 years ago

joshoconnor89 commented 5 years ago

I spent 10 hours trying to figure out why ios wont pass the image to the app. Android works fine.

After much research, turns out I need to add a SHAREEXT_GROUP_IDENTIFIER in ShareViewController.h as it was null.

PLEASE update your documentation to include this! No where does it mention SHAREEXT_GROUP_IDENTIFIER, and without this, the plugin doesnt work on ios. There is nothing worse than docs that dont fully detail whats needed.

Thanks

NiklasMerz commented 5 years ago

Are you talking about the install parameter? This is mentioned in README. Does setting this work out for you? Feel free to open this again if necessary. Sorry for the delay. This plugin is maintained in free-time.