Hiding sensitive screens on background
A lending app has to keep account information out of the app switcher snapshot when it goes to the background. Which lifecycle callback do you put the cover screen up in?
Hiding sensitive screens on background
A lending app has to keep account information out of the app switcher snapshot when it goes to the background. Which lifecycle callback do you put the cover screen up in?
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 #background
App lifecycle and systemShort answerBasics
When the user goes out to the home screen (with the home button or a swipe), what happens…
#privacy #background
App lifecycle and systemMultiple choiceIntro
Which situations put an app in the Inactive state? Pick all that apply.
#lifecycle
App lifecycle and systemShort answerIntro
What kind of object is AppDelegate, and which events does it handle?
#lifecycle