Open viking2917 opened 6 years ago
I believe the issue is that the OpenWith Plugin mangles or otherwise doesn't update the linker flags correctly. Details and workaround here: https://github.com/phonegap/phonegap-plugin-push/issues/2274#event-1536981273
Hi, sorry I don't have much time to look into this. Please let me know if you make any findings.
any update? tried @viking2917 workaround , no luck still can get it work with push-plugin (ios 12.4 , ios 13.3 ) share action can open my app successfully , but intent not received
cordova 9 cordova-ios 5 push-plugin : 2.1.3
Thanks
Build a standard blank Ionic project, add the ios platform, Add the push plugin, build => Builds OK
Add the OpenWith plugin, and build will fail.
NOTE: This is quite possibly a duplicate of https://github.com/phonegap/phonegap-plugin-push/issues/2274, but when built with a different ordering, the failure symptoms are different (can't find Plist, vs linker failure in other case, but underlying cause may be the same). If you add the plugins in the other order, you will get an error more like Issue 2274 on Push plugin.
Prerequisites for the installation are that one has installed cocopods per the Push instructions (see https://github.com/phonegap/phonegap-plugin-push), and that one has set up Developer certs, App Group and App ID in concert (per the directions for this plugin). Then:
=> Works.
Then
=> Fails, with errors:
Not sure if something needs to be done to allow the ShareExt target to co-exist with Cocoapods?