Explorar el Código

Merge branch 'master' of http://hubgit.cn/zhouzhenshuai/TSLiveWallpaper

100Years hace 2 meses
padre
commit
4a34a9e0ba
Se han modificado 1 ficheros con 11 adiciones y 11 borrados
  1. 11 11
      TSLiveWallpaper/Business/AdMob/ADScene.swift

+ 11 - 11
TSLiveWallpaper/Business/AdMob/ADScene.swift

@@ -16,20 +16,20 @@ import Foundation
 // TODO: !!!
 
 // #if DEBUG
-// private let GAD_ID_Launch                   = "ca-app-pub-3940256099942544/5575463023"
-// private let GAD_ID_Search_Insert            = "ca-app-pub-3940256099942544/4411468910"
-// private let GAD_ID_Play_Insert              = "ca-app-pub-3940256099942544/4411468910"
-// private let GAD_ID_Download_Reward          = "ca-app-pub-3940256099942544/1712485313"
+ private let GAD_ID_Launch                   = "ca-app-pub-3940256099942544/5575463023"
+ private let GAD_ID_Search_Insert            = "ca-app-pub-3940256099942544/4411468910"
+ private let GAD_ID_Play_Insert              = "ca-app-pub-3940256099942544/4411468910"
+ private let GAD_ID_Download_Reward          = "ca-app-pub-3940256099942544/1712485313"
 // #else
 
 // 开屏广告
-private let GAD_ID_Launch = "ca-app-pub-4941656534177879/5488145330"
-// 点击搜索时弹出的插屏广告
-private let GAD_ID_Search_Insert = "ca-app-pub-4941656534177879/9397376852"
-// 播放视频时弹出的插屏广告
-private let GAD_ID_Play_Insert = "ca-app-pub-4941656534177879/2201413111"
-// 下载视频弹出的激励广告
-private let GAD_ID_Download_Reward = "ca-app-pub-4941656534177879/9888331446"
+//private let GAD_ID_Launch = "ca-app-pub-4941656534177879/5488145330"
+//// 点击搜索时弹出的插屏广告
+//private let GAD_ID_Search_Insert = "ca-app-pub-4941656534177879/9397376852"
+//// 播放视频时弹出的插屏广告
+//private let GAD_ID_Play_Insert = "ca-app-pub-4941656534177879/2201413111"
+//// 下载视频弹出的激励广告
+//private let GAD_ID_Download_Reward = "ca-app-pub-4941656534177879/9888331446"
 // #endif
 
 enum ADScene: CaseIterable, ADSceneProtocol {