Sumita Naiya
Sumita Naiya

Reputation: 393

How To Open Application or calling screen When App is killed and get Firebase PushNotification without Tap on Notification in Flutter

i am very new to flutter and i want to open calling screen or hall application when Application is killed and Firebase PushNotification arrive without Tap ON Notification. i have done all possible solution like try to open app in firebase notification creation even i have used Flutter_callkit_incomming library it is working fine when application is in background and screen or accept reject notification arrive but when application is killed and we press accept or reject button it seems not working. is there any way to do it?

Upvotes: 1

Views: 1304

Answers (1)

Surya Mouly
Surya Mouly

Reputation: 120

You can achieve this in Android but Its not possible in iOS for now, For android its Full-screen intent notifications and for iOS most you can do is set an custom ringtone when notification is received, You can use the below mentioned library for most of your notification needs:-pub.dev/packages/flutter_local_notifications

Upvotes: 1

Related Questions