Can a scenario happen where applicationWillResignActive:
will be called before application:didFinishLaunchingWithOptions:
ends?
Basically, can I count on application:didFinishLaunchingWithOptions:
to always be done before applicationWillResignActive
is triggered for the first time?