This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <FacebookSDK/FacebookSDK.h> | |
@implementation MyAppDelegate | |
- (void)applicationDidBecomeActive:(UIApplication *)application { | |
// Make sure to log "app installed". This enables you as a developer to track number of | |
// installs of your app. It also helps you with promoting your app through ads on Facebook | |
// where the number of installs can be presented dynamically as part of the ad. | |
// We place it here in applicationDidBecomeActive since if for some reasons the logging server | |
// can't be reached the first time the app is launched, we will make a new attempt the next |