App lifecycle and system
Callbacks in a scene-based app
In an iOS 13+ scene-based UIKit app (one that uses SceneDelegate), which callback runs when the app comes back from the background to the foreground?
Pick one
Callbacks in a scene-based app
In an iOS 13+ scene-based UIKit app (one that uses SceneDelegate), which callback runs when the app comes back from the background to the foreground?
Pick one
App lifecycle and systemShort answerIntro
What kind of object is AppDelegate, and which events does it handle?
#appdelegate #lifecycle
App lifecycle and systemShort answerBasics
A request comes in to open the same app in two windows on iPad. Why was SceneDelegate int…
#scenedelegate #lifecycle
App lifecycle and systemShort answerIntro
A user is working in your app, takes a phone call, hangs up, goes out to the home screen,…
#lifecycle
App lifecycle and systemMultiple choiceIntro
Which situations put an app in the Inactive state? Pick all that apply.
#lifecycle