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

with ionic framework #1

Closed leribol closed 6 years ago

leribol commented 6 years ago

The plugin worked in ionic - android without any problem. In ionic - ios, it worked but the receiver app (my app) could not get the data. What could we do.

j3k0 commented 6 years ago

In ionic - ios, it worked but the receiver app (my app) could not get the data.

Does the sharing dialog open the app? (to check if the custom url scheme is well defined when using ionic)

If it does, it means the data has been added to a shared user-preferences. If you can open the Xcode project on iOS, you can make sure both the Share extension and App are in the same App Group (see README about that)