Closed
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Core
Which platforms are affected?
iOS
Description
When trying to enable Automatic Data Collection (setAutomaticDataCollectionEnabled) in Flutter, an exception occurs in the iOS plugin, causing the application to close.
Reproducing the issue
call in flutter
` final app = await Firebase.initializeApp();
await app.setAutomaticDataCollectionEnabled(true);`


Firebase Core version
3.15.1
Flutter Version
3.29.0
Relevant Log Output
Flutter dependencies
Expand Flutter dependencies
snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response