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

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

}

原文地址:https://www.cnblogs.com/xubojoy/p/3930187.html