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
I see notification_open and notification_foreground events are automatically logged in Firebase Analytics, but notification_receive and notification_dismiss events are not logged in native iOS.
How to pass those events?
Reproducing the issue
No response
Firebase SDK Version
11.11.0
Xcode Version
16.2
Installation Method
CocoaPods
Firebase Product(s)
Analytics
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
- FirebaseAnalytics/AdIdSupport (11.11.0):
- FirebaseCore (~> 11.11.0)
- FirebaseInstallations (~> 11.0)</details>
The text was updated successfully, but these errors were encountered:
Hi @sagarthecoder, per checking, this is an intended behavior since notification_receive and notification_dismiss are supported in Android apps only. See the documentation for more info.
I'll now be closing this ticket, but you may reply if you have other questions. Thanks.
Description
I see notification_open and notification_foreground events are automatically logged in Firebase Analytics, but notification_receive and notification_dismiss events are not logged in native iOS.
How to pass those events?
Reproducing the issue
No response
Firebase SDK Version
11.11.0
Xcode Version
16.2
Installation Method
CocoaPods
Firebase Product(s)
Analytics
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: