IOS Push Notification Image not displaying #8031
Unanswered
tommyDoroGit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've followed the steps outlined in https://rnfirebase.io/messaging/ios-notification-images. My Project has three targets; Production, Beta, Dev which follow a similar setup outlined in https://dasuja.medium.com/multiple-environments-setup-in-react-native-for-android-and-ios-app-29ef5cb4656a. It appears that the Image Notification extension is only attached to the main target and not working in Dev and Beta.
Furthermore, I'm having problems with the bundle id for the Image Notification extension and the signing. Should this be the same as the main target? i.e com.appname Or does it need to be unique and only used on the Image notification extension i.e com.appname.imageNotification? Does it also need it's own Provisioning profile and Signing certificate? I haven't managed to find an information on this in the library setup guides.
Some assistance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions