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

#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];    

}

 

posted @ 2014-08-22 20:24  xubojoy  阅读(280)  评论(0编辑  收藏  举报