ソースを参照

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 {