diff --git a/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate b/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate index b0ec4db..682be7d 100644 Binary files a/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate and b/HD wallpaper.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/HDwallpaper/LuxADManager/LuxADManager.m b/HDwallpaper/LuxADManager/LuxADManager.m index c6f6c9a..2a600b9 100644 --- a/HDwallpaper/LuxADManager/LuxADManager.m +++ b/HDwallpaper/LuxADManager/LuxADManager.m @@ -96,11 +96,13 @@ //配置ad _adConfig = [ALSdkInitializationConfiguration configurationWithSdkKey: appLovinSDKKey builderBlock:^(ALSdkInitializationConfigurationBuilder *builder) { builder.mediationProvider = ALMediationProviderMAX; -// NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString; -// if ( currentIDFV.length > 0 ) -// { -// builder.testDeviceAdvertisingIdentifiers = @[currentIDFV]; -// } + + + NSString *currentIDFV = UIDevice.currentDevice.identifierForVendor.UUIDString; + if ( currentIDFV.length > 0 ) + { + builder.testDeviceAdvertisingIdentifiers = @[currentIDFV]; + } }]; __weak typeof(self)weakSelf = self; diff --git a/HDwallpaper/LuxADManager/LuxNetManager.m b/HDwallpaper/LuxADManager/LuxNetManager.m index c8a4edd..661383d 100644 --- a/HDwallpaper/LuxADManager/LuxNetManager.m +++ b/HDwallpaper/LuxADManager/LuxNetManager.m @@ -26,6 +26,7 @@ //local url #define kLocalBaseUrl @"http://127.0.0.1:6000/" +//#define kLocalBaseUrl @"http://192.168.41.25:6000/" #define kLocalUrlStr(_path) [kLocalBaseUrl stringByAppendingPathComponent:_path] #import "LuxADVCControl.h" diff --git a/TallPaper.xcodeproj/xcshareddata/xcschemes/HD wallpaper.xcscheme b/TallPaper.xcodeproj/xcshareddata/xcschemes/HD wallpaper.xcscheme index 1bb87b2..98b5ed4 100644 --- a/TallPaper.xcodeproj/xcshareddata/xcschemes/HD wallpaper.xcscheme +++ b/TallPaper.xcodeproj/xcshareddata/xcschemes/HD wallpaper.xcscheme @@ -32,8 +32,8 @@