I have developed a React Native App using Expo. It is working as expected in Android as well as my local iOS simulator. However, when i upload the ipa file to browserstack and test in the iOS devices available there, the app crashes as soon as it opens. I am unable to see any logs on why the app crashed.
I have found this api to see the logs from here:
curl -u "reactnativeexpo:D4FeD2vwgybBEqbUxAXp" -X GET "https://api-cloud.browserstack.com/app-automate/builds/<build-id>/sessions/<session-id>/appiumlogs"
But I can't find out what build-id
and session-id
are to use this api. Is this the correct way to see the logs? And if so, what are build-id
and session-id
?