Skip to content

Commit 4b7ac48

Browse files
Merge pull request #7647 from segmentio/MichaelGHSeg-flutter-collectDeviceId
Analytics_flutter - Add more info for collectDeviceId on apple platforms
2 parents b1ef67e + f5aaaf2 commit 4b7ac48

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/flutter

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/flutter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These are the options you can apply to configure the client:
6565
| ----------- | --------- | --------|
6666
| `writeKey` *(required)* | '' | Your Segment API key. |
6767
| `debug` | false | When this is set to `false`, it won't generate any info logs. |
68-
| `collectDeviceId` | false | Set this to `true` to automatically collect the device ID from the DRM API on Android devices. |
68+
| `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. |
6969
| `flushPolicies` | count=30, time=20s | List of flush policies controlling when to send batches of events to the plugins |
7070
| `apiHost` | api.segment.io/v1 | Used to specify the regional Segment event endpoint. |
7171
| `cdnHost` | cdn-settings.segment.com/v1 | Used to specify the regional Segment settings endpoint. |

0 commit comments

Comments
 (0)