I have an Expo app that I needed to upgrade to support Android 14. I then needed to update Expo to 50 and thus react-native-onetrust-cmp from 202309.1.0 to 202407.2.0.
Since then, we're getting a lot of crashes. It was hard to trace what the error was, but I just got two clues that leads to here.
Additional Info: We're able to consistently trigger this crash when downgrading to a previous version in TestFlight.
I suspect that something is making the app crash in the initializer of the SDK, but since this is closed-source and I'm pretty powerless, I'm posting to this Github repo where I see absolutely no activity of OneTrust employees... Please help!
I have an Expo app that I needed to upgrade to support Android 14. I then needed to update Expo to 50 and thus
react-native-onetrust-cmp
from202309.1.0
to202407.2.0
.Since then, we're getting a lot of crashes. It was hard to trace what the error was, but I just got two clues that leads to here.
First is the crash report, including:
And also the two last lines that my app printed which I get in the MacOS Console.app:
Additional Info: We're able to consistently trigger this crash when downgrading to a previous version in TestFlight.
I suspect that something is making the app crash in the initializer of the SDK, but since this is closed-source and I'm pretty powerless, I'm posting to this Github repo where I see absolutely no activity of OneTrust employees... Please help!