ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
16 stars 15 forks source link

App is not opening on voice call recieve #30

Closed Yograj-Work closed 9 months ago

Yograj-Work commented 9 months ago

I am facing issue on call receive app is not opening in kill and backaground app. here is my flutter doctor result

flutter doctor -v [✓] Flutter (Channel stable, 3.10.6, on macOS 13.1 22C65 darwin-arm64 (Rosetta), locale en-IN) • Flutter version 3.10.6 on channel stable at /Users/mac4/SDK/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision f468f3366c (6 months ago), 2023-07-12 15:19:05 -0700 • Engine revision cdbeda788a • Dart version 3.0.6 • DevTools version 2.23.1

[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/mac4/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14C18 • CocoaPods version 1.12.0

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

[✓] Android Studio (version 2022.3) • 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 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.85.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.80.0

[✓] Connected device (4 available)
• SM M315F (mobile) • RZ8R22R8GPZ • android-arm64 • Android 12 (API 31) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 13 (API 33) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 13.1 22C65 darwin-arm64 (Rosetta) • Chrome (web) • chrome • web-javascript • Google Chrome 120.0.6099.199

[✓] Network resources • All expected network resources are available.

• No issues found!

Yograj-Work commented 9 months ago

add this permission in android manifest file and request for manageExternalStorage permisson from user using permission_handler package will solve this issue...