cordova-plugin-openwith
cordova-plugin-openwith copied to clipboard
release mode is broken
if you do release mode in ios, it doesnt work.
You need to search for Entitlements-Release.plist
and add the following:
<key>com.apple.security.application-groups</key> <array> <string>group.com.mango.clickupdev.shareextension</string> </array>
might want to update docs
I just had the same error. This did work before.