注释掉了max的逻辑,等需要添加max时,直接恢复即可
This commit is contained in:
parent
73dfdf9179
commit
d22a63f7db
@ -76,19 +76,19 @@ NSString *noble_W = [unfasten_4 stringFromDate:[NSDate date]];
|
|||||||
[[NSUserDefaults standardUserDefaults] setObject:noble_W forKey:@"shack_k"];
|
[[NSUserDefaults standardUserDefaults] setObject:noble_W forKey:@"shack_k"];
|
||||||
|
|
||||||
|
|
||||||
[AWM_NetManager requestRemoteIp];
|
// [AWM_NetManager requestRemoteIp];
|
||||||
|
//
|
||||||
[[AWM_WallPapaerADManager shareInstance] configureAD];
|
// [[AWM_WallPapaerADManager shareInstance] configureAD];
|
||||||
|
//
|
||||||
[self checkATT];
|
// [self checkATT];
|
||||||
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
||||||
self.window.backgroundColor = [UIColor whiteColor];
|
self.window.backgroundColor = [UIColor whiteColor];
|
||||||
[AWM_NetManager uploadAD_Start];
|
// [AWM_NetManager uploadAD_Start];
|
||||||
[self.window makeKeyAndVisible];
|
[self.window makeKeyAndVisible];
|
||||||
|
|
||||||
[[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) {
|
// [[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) {
|
||||||
[self configureRootVC];
|
[self configureRootVC];
|
||||||
} window:self.window];
|
// } window:self.window];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user