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

release mode is broken #66

Open joshoconnor89 opened 5 years ago

joshoconnor89 commented 5 years ago

if you do release mode in ios, it doesnt work.

You need to search for Entitlements-Release.plist and add the following:

`com.apple.security.application-groups

group.com.mango.clickupdev.shareextension ` might want to update docs
NiklasMerz commented 5 years ago

I just had the same error. This did work before.