forked from organicmaps/organicmaps
[iOS][Facebook] Measure total app installs and the total times your app is launched daily
This commit is contained in:
parent
adbf8f82f9
commit
5a9daae452
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include <sys/xattr.h>
|
||||
|
||||
#import <FacebookSDK/FacebookSDK.h>
|
||||
|
||||
#include "Framework.h"
|
||||
|
||||
#include "../../../storage/storage.hpp"
|
||||
|
@ -87,6 +89,8 @@ void InitLocalizedStrings()
|
|||
}
|
||||
}
|
||||
}
|
||||
[FBSettings setDefaultAppID:[[NSBundle mainBundle] objectForInfoDictionaryKey:@"FacebookAppID"]];
|
||||
[FBAppEvents activateApp];
|
||||
|
||||
m_didOpenedWithUrl = NO;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue