Relative Content

Tag Archive for iosiphonereact-nativexcode15

React native app not opening on IOS 17.4.1 on iPhone 15 pro but running on other lower devices with same IOS version and lower

IO am new to react-native world and was working on a project recently, already developped, and was asked to create and share IPA link. I did and then got feedback that the app is not running. There is no issue for installation. But the issue is when it opens, shows the splash screen for a bit and closes.
There is no error msg from the device. This is the first time we ran the app on this device(iPhone 15 pro IOS 17.4.1) so don’t exactly know if it is a package related issue or which pcakage in that case, which often occurs when we introduce new packages into the code. We tested the app on the iPhone XR, 12 and 14 plus with the same IOS version (17.4.1) and there was no issue. If anyone has faced this kind of issue and solved, please share your issue and solution. It may help finding mine.