diff --git a/ARKit+CoreLocation/AppDelegate.swift b/ARKit+CoreLocation/AppDelegate.swift index 7dd75168..3e5be5c2 100644 --- a/ARKit+CoreLocation/AppDelegate.swift +++ b/ARKit+CoreLocation/AppDelegate.swift @@ -26,6 +26,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { DDLogDebug("NEW SESSION") + UIApplication.shared.isIdleTimerDisabled = true + self.window = UIWindow(frame: UIScreen.main.bounds) self.window!.makeKeyAndVisible()