forked from organicmaps/organicmaps
[alohalytics][ios] Also log bundle ID together with system information.
This commit is contained in:
parent
8581f52929
commit
38071e3768
1 changed files with 3 additions and 1 deletions
|
@ -154,7 +154,9 @@ static void LogSystemInformation() {
|
|||
} else if (device.userInterfaceIdiom == UIUserInterfaceIdiomUnspecified) {
|
||||
userInterfaceIdiom = "unspecified";
|
||||
}
|
||||
alohalytics::TStringMap info = {{"deviceName", ToStdString(device.name)},
|
||||
alohalytics::TStringMap info = {
|
||||
{"bundleIdentifier", ToStdString([[NSBundle mainBundle] bundleIdentifier])},
|
||||
{"deviceName", ToStdString(device.name)},
|
||||
{"deviceSystemName", ToStdString(device.systemName)},
|
||||
{"deviceSystemVersion", ToStdString(device.systemVersion)},
|
||||
{"deviceModel", ToStdString(device.model)},
|
||||
|
|
Loading…
Add table
Reference in a new issue