Ticket Details

Con't find an answer?

Need Assistance? Submit a Support Ticket

Submit a Support Ticket
Masud Khan
Masud Khan 8 Aug 2025
DTLive - Flutter App (Android - iOS - Website ) Movies - TV Series - Live TV - OTT - Admin Panel
public

Q : The app crashes on iOS 26.1 (23B85) devices shortly after launch or during UI layout updates.

Hello Team,

We are facing a critical crash issue in the iOS version of DTLive app which needs immediate attention.

Problem Summary

The app crashes on iOS 26.1 (23B85) devices shortly after launch or during UI layout updates.

Crash Details

  • Crash Type: EXC_BAD_ACCESS (SIGSEGV)
  • Reason: Thread stack size exceeded due to excessive recursion
  • Faulting Thread: Main thread
  • Crash Location:
  • UIKit enters an infinite recursion while recalculating SafeAreaInsets:
-[UIView _recursiveEagerlyUpdateSafeAreaInsetsUntilViewController]
  • This leads to a stack overflow and segmentation fault.

Root Cause (Based on Crash Log Analysis)

The crash is caused by infinite layout recursion, likely due to:

  • Improper or nested usage of SafeArea, MediaQuery, or layout rebuilds in Flutter
  • Status bar / orientation handling conflicts on iOS
  • iOS 26 changes in UIKit SafeArea recalculation behavior
  • Possible interaction with fullscreen video / ads / overlays (Google IMA, OneSignal, etc.)

This is not a random crash and is reproducible on iOS 26 devices.

Impact

  • App becomes unusable on latest iOS versions
  • High crash rate risk on TestFlight / App Store
  • Potential App Store rejection or poor user ratings

Required Fixes

Please review and implement the following:

  1. Ensure only one SafeArea per screen (no nested SafeArea widgets)
  2. Prevent infinite MediaQuery or layout rebuild loops
  3. Stabilize status bar and orientation handling
  4. Apply iOS 26 SafeArea compatibility fixes
  5. Update Flutter SDK and iOS pods to latest stable versions
  6. Verify fullscreen video / ads do not repeatedly toggle system UI or layout

Expectation

This issue should be treated as high priority, as it directly affects production stability on the latest iOS version.

Please share:

  • Root cause confirmation
  • Code-level fix
  • Estimated timeline for resolution

Crash logs can be shared again if needed.


Add Attachments .png  .jpg  .jpeg  .docx  .mp4  .mp3  .pdf  .zip  .sql
Replied (8) 1–5 of 8
Mr. Chirag
Mr. Chirag admin 22 Jan 2026, 1:27 PM

can you please send screenshot ?

Regards, Mr. Chirag

Masud Khan
Masud Khan 19 Jan 2026, 6:32 PM

Hello Developer,


No reply from your end since long.

Did you tested app in iOS 26.1

I am facing problem, getting rejection from App Store.

Mr. Chirag
Mr. Chirag admin 24 Dec 2025, 11:29 AM

we are checking in ios 26.01


give me some time , will update soon

Regards, Mr. Chirag

Masud Khan
Masud Khan 24 Dec 2025, 10:11 AM

Hello Team,

We are facing a critical crash issue in the iOS version of DTLive app which needs immediate attention.

Problem Summary

The app crashes on iOS 26.1 (23B85) devices shortly after launch or during UI layout updates.

Crash Details

  • Crash Type: EXC_BAD_ACCESS (SIGSEGV)
  • Reason: Thread stack size exceeded due to excessive recursion
  • Faulting Thread: Main thread
  • Crash Location:
  • UIKit enters an infinite recursion while recalculating SafeAreaInsets:
-[UIView _recursiveEagerlyUpdateSafeAreaInsetsUntilViewController]
  • This leads to a stack overflow and segmentation fault.

Root Cause (Based on Crash Log Analysis)

The crash is caused by infinite layout recursion, likely due to:

  • Improper or nested usage of SafeArea, MediaQuery, or layout rebuilds in Flutter
  • Status bar / orientation handling conflicts on iOS
  • iOS 26 changes in UIKit SafeArea recalculation behavior
  • Possible interaction with fullscreen video / ads / overlays (Google IMA, OneSignal, etc.)

This is not a random crash and is reproducible on iOS 26 devices.

Impact

  • App becomes unusable on latest iOS versions
  • High crash rate risk on TestFlight / App Store
  • Potential App Store rejection or poor user ratings

Required Fixes

Please review and implement the following:

  1. Ensure only one SafeArea per screen (no nested SafeArea widgets)
  2. Prevent infinite MediaQuery or layout rebuild loops
  3. Stabilize status bar and orientation handling
  4. Apply iOS 26 SafeArea compatibility fixes
  5. Update Flutter SDK and iOS pods to latest stable versions
  6. Verify fullscreen video / ads do not repeatedly toggle system UI or layout

Expectation

This issue should be treated as high priority, as it directly affects production stability on the latest iOS version.

Please share:

  • Root cause confirmation
  • Code-level fix
  • Estimated timeline for resolution

Crash logs can be shared again if needed.

Mr. Priyank
Mr. Priyank employee 06 Nov 2025, 4:30 AM

Hi,

We’re glad we could assist you with your issue.
May I proceed to close this ticket?

Thank you!

Regards, Mr. Priyank

Showing 1–5 of 8 replies

Support is Online

Office hours

Monday – Friday
10:00 AM – 06:00 PM
IST (GMT +5:30)

Office time --:-- --
Your time --:-- --
Documentation

Explore Our Support Documentation

Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need

Back To Top