Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When app is closed then Tapping on Notification crashes the iOS app #454

Open
anilrawatGH opened this issue Jan 13, 2023 · 0 comments
Open

Comments

@anilrawatGH
Copy link

anilrawatGH commented 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.

@anilrawatGH 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant