首页 > 代码库 > 实现友盟在线统计--日志跟踪

实现友盟在线统计--日志跟踪

#pragma mark --- 初始化

-(void) initUMengSDK

{   

[MobClick startWithAppkey:umeng_app_key reportPolicy:BATCH channelId:nil];    [MobClick checkUpdateWithDelegate:self selector:@selector(displayUpdateNote:)];

    //注册在线参数更新的通知    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(onlineConfigCallBack:) name:UMOnlineConfigDidFinishedNotification object:nil];    

}

 

实现友盟在线统计--日志跟踪