Firebase session_start issue with fluter 3.29.3 version

Hi Team,

My flutter version details:

[!] Flutter (Channel stable, 3.29.3, on macOS 15.6.1 24G90 darwin-arm64, locale en-IN) [1,764ms]
    • Flutter version 3.29.3 on channel stable at /Users/ajaykumar/Downloads/flutter-3.29.3
    ! The flutter binary is not on your path. Consider adding /Users/ajaykumar/Downloads/flutter-3.29.3/bin to your path.
    ! The dart binary is not on your path. Consider adding /Users/ajaykumar/Downloads/flutter-3.29.3/bin to your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ea121f8859 (5 months ago), 2025-04-11 19:10:07 +0000
    • Engine revision cf56914b32
    • Dart version 3.7.2
    • DevTools version 2.42.3
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[!] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [2.2s]
    • Android SDK at /Users/ajaykumar/Library/Android/sdk
    • Platform android-Baklava-ext19, build-tools 36.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
      This is the JDK bundled with the latest Android Studio installation on this machine.
      To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
    • Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
    ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses

[✓] Xcode - develop for iOS and macOS (Xcode 16.4) [978ms]
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16F6
    • CocoaPods version 1.16.2

[✓] Chrome - develop for the web [7ms]
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.3) [7ms]
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)

We are having firebase session loss issues for session_start in iOS platform specifically. Android version is working fine. So is anyone have reported the same issue or else is there any issue with the flutter and firebase version.
Our firebase version details are here:
firebase_core: ^4.0.0
firebase_analytics: ^12.0.0

Please provide feedback ASAP.
thanks.
Ajay Kumar