[iOS][Facebook] Measure total app installs and the total times your app is launched daily

This commit is contained in:
Kirill Zhdanovich 2013-11-11 14:13:32 +03:00 committed by Alex Zolotarev
parent adbf8f82f9
commit 5a9daae452

View file

@ -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;
}