-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with another target #55
Comments
Please share a repro of some sort. Also try the newest version of the plugin which has a drastically simpler implementation by leveraging new Xcode 16 features. |
Hi @EvanBacon the new version also doesn't resolve this matter. Let me make a repro and share. I have the same exact problem. Might be able to get one out before @carozo |
Hi @EvanBacon here is a repro: https://github.com/Kasendwa/expo-share-intent-bacons-apple-targets. I have a patch in there just to fix the built issue. Just a widget built with @bacons/apple-targets and the expo-share-intent Expected: Happening: As shown in the screenshots below: the When the cc: @achorein incase this might be of any interest to you. |
The new release of the plugin now resolves this @EvanBacon. Thanks a lot |
We use this plugin to enable live activities in our app. Recently, we started using customer.io, a service that creates a NotificationServiceExtension which allows us to send rich push notifications. Both targets are created successfully on Xcode, but the rich push notifications do not show up when this plugin is active. If we remove the plugin, the rich push notifications show up as expected.
It looks like there is some sort of conflict between the targets, or a mismatch between which target should handle the notification.
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: