EricssonResearch / EricssonResearch/openwebrtc-examples

Don't turn off screen in NativeDemo

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
help wanted iOS
Dominant language
Objective-C
Stars
336
Forks
209
PR merge metrics
No merged PRs in 30d

Description

For example:

```
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
application.idleTimerDisabled = true
return true
}

func applicationWillResignActive(application: UIApplication) {
application.idleTimerDisabled = false
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.