I am using FCM for push notifications in xamarin forms mobile application.
When I receive notifications in android device when my app is in kill state(swiping the app to close), app gets crashed. But when app is in foreground/background it works well
I put some logs in OnMessageReceived method in firebase class. This code won't get executed and i have no idea why my app gets crashing when the notification status changed to success in server side.
Anyone having this same issue?