Commit 4a8352ef authored by jz's avatar jz

update

parent c8f1b034
...@@ -53,9 +53,9 @@ NSString *const MockCityId = @"beijing"; ...@@ -53,9 +53,9 @@ NSString *const MockCityId = @"beijing";
[_tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:@"cell"]; [_tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:@"cell"];
[self.view addSubview:_tableView]; [self.view addSubview:_tableView];
[PhobosDevice getIDFAString:^(NSDictionary *idfaDict) { // [PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
NSLog(@"%@",idfaDict); // NSLog(@"%@",idfaDict);
}]; // }];
NSLog(@"getIDFA%@\n",[PhobosDevice getIDFA]) ; NSLog(@"getIDFA%@\n",[PhobosDevice getIDFA]) ;
; ;
...@@ -64,9 +64,9 @@ NSString *const MockCityId = @"beijing"; ...@@ -64,9 +64,9 @@ NSString *const MockCityId = @"beijing";
; ;
NSLog(@"getIDFV%@\n", [PhobosDevice getIDFV]) ; NSLog(@"getIDFV%@\n", [PhobosDevice getIDFV]) ;
[PhobosDevice getIDFAString:^(NSDictionary *idfaDict) { // [PhobosDevice getIDFAString:^(NSDictionary *idfaDict) {
NSLog(@"%@",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