We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d65b29 commit 5b5c178Copy full SHA for 5b5c178
Analytics/Classes/Internal/SEGSegmentIntegration.m
@@ -164,6 +164,7 @@ - (NSDictionary *)staticContext
164
dict[@"device"] = ({
165
NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
166
dict[@"manufacturer"] = @"Apple";
167
+ dict[@"type"] = @"ios";
168
dict[@"model"] = GetDeviceModel();
169
dict[@"id"] = [[device identifierForVendor] UUIDString];
170
if (NSClassFromString(SEGAdvertisingClassIdentifier)) {
0 commit comments