cordova-plugin-openwith icon indicating copy to clipboard operation
cordova-plugin-openwith copied to clipboard

release mode is broken

Open joshoconnor89 opened this issue 4 years ago • 1 comments

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

joshoconnor89 avatar Aug 29 '19 22:08 joshoconnor89

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

NiklasMerz avatar Sep 03 '19 12:09 NiklasMerz