Skip to content

Launching app from notification #119

Answered by jkuek
jkuek asked this question in Q&A
Apr 23, 2025 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

OK, the root cause was because this this line in UseFirebasePushNotifications() was commented :
o.QueueFactory = new PersistentQueueFactory();

Without that line, tapping on a notification to launch the app does not result in a NotificationOpened event. Once the line is added, the event occurs.

I am assuming this meant that the notifications were being correctly trapped and parsed by the library, but ultimately the notification is not queued and hence not handled.

I must have commented that out while trying to identify crashing on iOS a couple of weeks ago

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@jkuek
Comment options

@thomasgalliker
Comment options

@jkuek
Comment options

@thomasgalliker
Comment options

@jkuek
Comment options

Comment options

You must be logged in to vote
2 replies
@thomasgalliker
Comment options

@jkuek
Comment options

Answer selected by thomasgalliker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants