Skip to content

Commit

Permalink
Add missing context.device.type field required for Kochava integratio…
Browse files Browse the repository at this point in the history
  • Loading branch information
caroaguilar authored and Sergei Shatunov committed Aug 15, 2019
1 parent ee84028 commit 0a51033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Analytics/Classes/Internal/SEGSegmentIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ - (NSDictionary *)staticContext
dict[@"device"] = ({
NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
dict[@"manufacturer"] = @"Apple";
dict[@"type"] = @"ios";
dict[@"model"] = GetDeviceModel();
dict[@"id"] = [[device identifierForVendor] UUIDString];
if (NSClassFromString(SEGAdvertisingClassIdentifier)) {
Expand Down

0 comments on commit 0a51033

Please sign in to comment.