I know the UIApplication.protectedDataWillBecomeUnavailableNotification
and UIApplication.protectedDataDidBecomeAvailableNotification
notifications are called when a user locks or unlocks his screen.
However, I would like to know if there is a notification for the state after the unlock, when the user comes back to this home screen? This would correspond to the state with the red question marks on the image below.
Thank you for your help!