NSString* appKey = [[NSString alloc]initWithString:@"友盟ID"];
[MobClick startWithAppkey:appKey];
[MobClick setLogEnabled:YES];
[MobClick startWithAppkey:appKey];
[MobClick setLogEnabled:YES];
//消费成功时的操作 这里的字典是自定义属性,可有可无
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:[NSString stringWithFormat:@"%f",moneyExchangeDiamond[currentLevelId][1]], @"price",nil];
[MobClick event:@"purchase" attributes:dict];