소스 검색

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

100Years 3 달 전
부모
커밋
5182f24331
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      TSLiveWallpaper/AppDelegate.swift

+ 4 - 0
TSLiveWallpaper/AppDelegate.swift

@@ -50,6 +50,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
             })
         }
     }
+    
+    func applicationDidBecomeActive(_ application: UIApplication) {
+        AppDelegate.requestAdTrack()
+    }
 }
 
 extension AppDelegate {