From d22a63f7dbe47e0e33f0bf43c6ffec7834f4e654 Mon Sep 17 00:00:00 2001 From: bluesea <307723040@qq.com> Date: Wed, 24 Jul 2024 10:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E4=BA=86max?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91,=E7=AD=89=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0max=E6=97=B6,=E7=9B=B4=E6=8E=A5=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E5=8D=B3=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HDwallpaper/AppDelegate.m | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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];