I am using React Native with Xcode 12.4 and I am encountering an issue where whenever I run my React Native iOS app, it shows the splash screen for the app but immediately crashes after. Xcode or the simulator doesn't crash; it's just the app. It also never has shown an error screen on the app, the app just crashes immediately. Thanks.
Related
I added icons and splash screen for ios devices and i got a problem.
How can i remove empty app icon on splash screen in react native app ?
Note: tested on device and emulator but i still have problem both
screenshot from emulator
I'm working on an ios app which is giving me problems because when I launch it manually from simulator it is closed after launch screen without log or error, this is happening in devices too. If I launch it from xcode with Cmd+D or R, all works fine.
I am running react native app on ios simulator(13.3) and on ipad(13.1.1). on simulator it is working fine . Previously it was working fine on ipad also but ipad got updated to 13.3.1 . Since than on ipad it is crashing on white screen within fraction of seconds. Any idea to fix it?
I have an ionic application with both the platforms in android and iOS. The problem is that when the iOS application is launched for the first time it works smoothly but when we kill the application or launch the application again after coming from the background the white screen is shown and the application seems to get freezes there after showing the splash screen.
What is the problem and how to resolve it?
I am a native developer in iOS so in the case of native iOS we have an app delegate method for handling the application while coming from background like:
applicationDidBecomeActive(_:)
applicationWillEnterForeground(_:)
Is anything similar to these in ionic please have some light on this issue.
I have my iOS App at TestFlight. I installed it in my iPad. After the installation. I opened the application by tapping 'open' button. It started launching the app with splash screen and then crashed.
But launching the app manually tapping the app icon works fine.
Thanks in advance