Skip to content

Commit 5b5c178

Browse files
caroaguilarf2prateek
authored andcommitted
Add missing context.device.type field required for Kochava integration. (#806)
1 parent 0d65b29 commit 5b5c178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Analytics/Classes/Internal/SEGSegmentIntegration.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ - (NSDictionary *)staticContext
164164
dict[@"device"] = ({
165165
NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
166166
dict[@"manufacturer"] = @"Apple";
167+
dict[@"type"] = @"ios";
167168
dict[@"model"] = GetDeviceModel();
168169
dict[@"id"] = [[device identifierForVendor] UUIDString];
169170
if (NSClassFromString(SEGAdvertisingClassIdentifier)) {

0 commit comments

Comments
 (0)