标签:io ar art line sp ad on ef c
#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];
}
标签:io ar art line sp ad on ef c
原文地址:http://www.cnblogs.com/xubojoy/p/3930187.html