firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.45k stars 1.43k forks source link

Getting new_app_user event logged automatically in Firebase Analytics version 10.25.0 #13234

Open Vikrant2411 opened 3 days ago

Vikrant2411 commented 3 days ago

Description

I have integrated the firebase analytics in the iOS app with version of Firebase Analytics 10.25.0. Here when ever any event got logged the new_app_user event which we have not added in the code of our app, on search in project it is no where in app is getting logged in debug_view of the Firebase console.

Reproducing the issue

Every time when I am checking events log in debug_view it is logging event automatically with name new_app_user. Screenshot 2024-07-05 at 17 35 05

Firebase SDK Version

10.25.0

Xcode Version

15.3

Installation Method

CocoaPods

Firebase Product(s)

Analytics

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
rizafran commented 3 days ago

Thanks for reporting, @Vikrant2411. I wasn't able to reproduce the issue. Could you check if you have created the new_app_user event in the Events dashboard?