applicationDidEnterBackground is called twice on iOS7

Viewed 1433

it's about iOS application on iOS7. when an active application be killed from the multitasking display, I realized it seems like the appDelegate method "applicationDidEnterBackground" is called twice. if anyone already know about it,please me let know the reason why it happens. (is it the iOS7 bug or spec??)

1 Answers
Related