hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

Incoming call not showing when app is suspended, killed and device rebooted #530

Open E2-Mohamed opened 6 months ago

E2-Mohamed commented 6 months ago

Thanks to the creator and contributors of this plugin, it's working well for iOS.

But in Android, Incoming calls are not showing in the following cases, it would be great if anyone could let me know how to handle these scenarios.

  1. When the app is suspended (the app is in the background)
  2. When the app is cleared from the recent list (killing the app)
  3. When power/ultra power saving mode is enabled.
  4. If the phone reboots, then the incoming call is not displayed unless we launch the app.

Any info on how to handle these cases is much appreciated.