You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number of Plugin: 3.4.35
Device Tested On: iPhone 6, iOS 12.5.6 and iPhone 11, iOS 16.1.1
Version of Xamarin: Xamarin Forms 5.0.0.2545
Expected behavior
Tapping on Notification should launches the app without crashing.
Reproduction steps
When iOS app is killed/terminated/closed and receiving a Push Notification then after tapping the Notification the app is getting crashed.
Description
I am using FirebasePushNotificationPlugin in my Xamarin project. I am getting this issue only in iOS app.
When the app is closed, and app receiving Push Notification then after click or tapping on that notification is crashing the app.
I added the log in Current_OnNotificationOpened method in App.xaml.cs class but even that logs is not coming. It seems like Current_OnNotificationOpened method is not hitting in case of only iOS app.
The text was updated successfully, but these errors were encountered:
anilrawatGH
changed the title
When app is closed/killed/terminated then Tapping on Notification crashes the app
When app is closed then Tapping on Notification crashes the iOS app
Jan 13, 2023
🐛 Bug Report
Version Number of Plugin: 3.4.35
Device Tested On: iPhone 6, iOS 12.5.6 and iPhone 11, iOS 16.1.1
Version of Xamarin: Xamarin Forms 5.0.0.2545
Expected behavior
Tapping on Notification should launches the app without crashing.
Reproduction steps
When iOS app is killed/terminated/closed and receiving a Push Notification then after tapping the Notification the app is getting crashed.
Description
I am using FirebasePushNotificationPlugin in my Xamarin project. I am getting this issue only in iOS app.
When the app is closed, and app receiving Push Notification then after click or tapping on that notification is crashing the app.
I added the log in Current_OnNotificationOpened method in App.xaml.cs class but even that logs is not coming. It seems like Current_OnNotificationOpened method is not hitting in case of only iOS app.
The text was updated successfully, but these errors were encountered: