My application runs in background in iOS 5 and iOS 6, but in iOS 7 it is creating problem.
When I see in console application continues doing task in background, but when I click on app to come in background then the app comes to the first screen of application(when we start the application). In console it does not tell that app crashes or something like that. It even does not print console messages written in applicationWillEnterForeground and applicationDidBecomeActive method. I am not getting the issue. I am building through iOS6 and installing the app in iOS7. Please help.