-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: coretype: bugSomething isn't workingSomething isn't working
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
MickaelTitecaTAOwildCherryTO
Metadata
Metadata
Assignees
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: coretype: bugSomething isn't workingSomething isn't working