diff --git a/HDwallpaper/AppDelegate.m b/HDwallpaper/AppDelegate.m index 3b80d1a..e382a09 100644 --- a/HDwallpaper/AppDelegate.m +++ b/HDwallpaper/AppDelegate.m @@ -76,19 +76,19 @@ NSString *noble_W = [unfasten_4 stringFromDate:[NSDate date]]; [[NSUserDefaults standardUserDefaults] setObject:noble_W forKey:@"shack_k"]; - [AWM_NetManager requestRemoteIp]; - - [[AWM_WallPapaerADManager shareInstance] configureAD]; - - [self checkATT]; +// [AWM_NetManager requestRemoteIp]; +// +// [[AWM_WallPapaerADManager shareInstance] configureAD]; +// +// [self checkATT]; self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; self.window.backgroundColor = [UIColor whiteColor]; - [AWM_NetManager uploadAD_Start]; +// [AWM_NetManager uploadAD_Start]; [self.window makeKeyAndVisible]; - [[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) { +// [[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) { [self configureRootVC]; - } window:self.window]; +// } window:self.window];