实现友盟在线统计--日志跟踪
#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];
}

浙公网安备 33010602011771号