-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 13.1.2 application crash if device in sleep mode or application waiting in background #26746
Comments
Also reproduced on iOS 13.1 Simulator iPhone 11 (Xcode 11.1):
For best crash detection I use react-native-debugger with Memory Tab: when application will be crashed - we will see that in |
@radko93 I have reproduced this even on fresh react-native app without any additional code! Steps:
|
@react-native-bot Guys could you please check this issue? This is a very big blocker for a few production applications.. Thanks a lot |
iOS 13.2 released, interesting is this issue still exists on it? Will check |
I have tested app on the latest iOS 13.2 |
Any news about this? still receiving same crash errors even on iOS 13.3 |
yeah we are still seeing this in iOS 13.4.1 - any help would be appreciated. @oleksandr-dziuban did you get your issue resolved? |
Debug or production application on iOS 13.1.2 is crashing if iPhone or iPad switched to sleep mode and awake again or application is sleeping in background during some time.
I'm using latest [email protected]
We already have almost same issue with Websockets usage, but I don't use them and have same issue. I use Apollo Client for GraphQL, maybe it uses Websockets under the hood and cause this crash.
React Native version:
Steps To Reproduce
Scenario 1:
Scenario 2:
Also reproduced on iOS 13.1 Simulator iPhone 11 (Xcode 11.1):
For best crash detection I use react-native-debugger with Memory Tab: when application will be crashed - we will see that in
Select Javascript Area VM instance
fieldThis stacktrace was sent by a lot of users with default embedded iOS 13 Crash Report Tool modal window:
Crash report:
The text was updated successfully, but these errors were encountered: