there are many custom launch task in my app, and now i start those tasks in applicationWillEnterForeground method when app call didFinishLaunchingWithOptions by backgroud events, otherwise i start those tasks in didFinishLaunchingWithOptions method. it will work correctly?
there are many custom launch task in my app, and now i start those tasks in applicationWillEnterForeground method when app call didFinishLaunchingWithOptions by backgroud events, otherwise i start those tasks in didFinishLaunchingWithOptions method. it will work correctly?