Skip to content

Analytics_flutter - Add more info for collectDeviceId on apple platforms #7647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ These are the options you can apply to configure the client:
| ----------- | --------- | --------|
| `writeKey` *(required)* | '' | Your Segment API key. |
| `debug` | false | When this is set to `false`, it won't generate any info logs. |
| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. |
| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. On Apple platforms it will collect the `identifierForVendor` value if available. |
| `flushPolicies` | count=30, time=20s | List of flush policies controlling when to send batches of events to the plugins |
| `apiHost` | api.segment.io/v1 | Used to specify the regional Segment event endpoint. |
| `cdnHost` | cdn-settings.segment.com/v1 | Used to specify the regional Segment settings endpoint. |
Expand Down
Loading