forked from organicmaps/organicmaps
[ios] Changed platform UniqueClientId to Alohalytics.
This commit is contained in:
parent
9905082d35
commit
6763e507b6
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
#import "../iphone/Maps/Classes/Common.h"
|
||||
|
||||
#import "3party/Alohalytics/src/alohalytics_objc.h"
|
||||
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
|
@ -131,7 +133,7 @@ static string GetMacAddress()
|
|||
return result;
|
||||
}
|
||||
|
||||
string Platform::UniqueClientId() const { return HashUniqueID(GetMacAddress() + GetDeviceUid()); }
|
||||
string Platform::UniqueClientId() const { return [Alohalytics installationId].UTF8String; }
|
||||
static void PerformImpl(void * obj)
|
||||
{
|
||||
Platform::TFunctor * f = reinterpret_cast<Platform::TFunctor *>(obj);
|
||||
|
|
Loading…
Add table
Reference in a new issue