-
Hello, In our app, we use firebase messaging to send push notifications. Our app has a notification service extension (https://rnfirebase.io/messaging/ios-notification-images) so that images sent along a push notification appear. Is anyone running into the same issue or has any clue/idea on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
🤔 hmmm This sounds like an issue, but is missing all the details that could lead to anyone helping - https://stackoverflow.com/help/how-to-ask / https://stackoverflow.com/help/minimal-reproducible-example The main difference between v14 and v16+ is the move to firebase-ios-sdk versions that require |
Beta Was this translation helpful? Give feedback.
-
Thank you @mikehardy for your reply The issue is actually the use_frameworks!. When we upgraded to the latest version, we did not add it. |
Beta Was this translation helpful? Give feedback.
🤔 hmmm
This sounds like an issue, but is missing all the details that could lead to anyone helping - https://stackoverflow.com/help/how-to-ask / https://stackoverflow.com/help/minimal-reproducible-example
The main difference between v14 and v16+ is the move to firebase-ios-sdk versions that require
use_frameworks! :linkage => :static
- I'm not sure if that could affect this or not. It would be interesting to know exactly where the problem happens, with regard to versions. What I mean specifically is a bisect of the versions which (if I remember my math correctly...) will provably result in an answer in 7 or fewer tests, and typically more like 3-4. Our https://github.com/invertase/react-n…