简体   繁体   中英

ios applicationDidBecomeActive stuck on splash screen

I'm experiencing a phenomena that after a long time the app was in the background (and probably was ejected from the memory) - after running applicationDidBecomeActive (I see logs from it on the device log) it stays on the splash screen and stays there until I kill the app and restart it

Happens on an iPhone4 with iOS 7.1.2 (don't know about other devices, or if it happens on iOS8 as well)

Is there something I need to do in applicationDidBecomeActive to get the entry screen going?

PS There is a facebook [FBAppEvents activateApp]; invoked - I don't know if it is relevant or not...

well..it is really depend on the app ,the device and how you are using you device. test it. try to create a new view controller and present it.

if it is presented, i assume that all your view controller were release from memory .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM