Commit 4a8352ef authored by jz's avatar jz

update

parent c8f1b034
......@@ -53,9 +53,9 @@ NSString *const MockCityId = @"beijing";
[_tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:@"cell"];
[self.view addSubview:_tableView];
[PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
NSLog(@"%@",idfaDict);
}];
// [PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
// NSLog(@"%@",idfaDict);
// }];
NSLog(@"getIDFA%@\n",[PhobosDevice getIDFA]) ;
;
......@@ -64,9 +64,9 @@ NSString *const MockCityId = @"beijing";
;
NSLog(@"getIDFV%@\n", [PhobosDevice getIDFV]) ;
[PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
NSLog(@"%@",idfaDict);
}];
// [PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
// NSLog(@"%@",idfaDict);
// }];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment