Android push notifications exif metadata #8424
Unanswered
markoboras0712
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have rn mobile app developed using https://expo.dev/ and for push notifications I'm using @react-native-firebase/messaging (background and terminated states).
Push notifications are sent through FCM via our backend.
Everything works as intended but I have issue on android devices.
Our push notifications contain images that are stored on amazon s3 buckets (example https://s3.us-east-1.amazonaws.com/s3.three.feat.finaloffer.cloud/files/public/7e63d2c65d034cb186eb34bbd527da80/w700/12201-sunrise-valley-dr-reston-va-20192.jpg)
If you inspect exif metadata for this image you can see that it has orientation rotate 90 CW https://jimpl.com/results/Lz1h8ohTfFbK7o1QzvWHcrXQ?target=exif
For background and terminated states I have in my app registered listeners setBackgroundMessageHandler and getInitialNotification where my push notifications are auto displayed correctly.
My issue is following:
NOTE:
Question
Beta Was this translation helpful? Give feedback.
All reactions