Shortly after launch, my app spins of a separate thread. This thread checks whether or not the app is in the background or active, as it can be called from either. However, when the app is explicitly launched, [UIApplication sharedApplication].applicationState returns UIApplicationStateInactive. I would expect it to return UIApplicationStateActive. What’s going on? Thanks!
Shortly after launch, my app spins of a separate thread. This thread checks whether
Share
This is stated in the apple documentation: