App stays in splash screen in iOS 7.0.3

Posted by Sathish on Stack Overflow See other posts from Stack Overflow or by Sathish
Published on 2013-11-08T09:42:35Z Indexed on 2013/11/08 9:53 UTC
Read the original article Hit count: 187

Filed under:
|
|

Recently in iOS 7.0.3, my app stays in the splash screen and was not going into the app at all. If i kill the app, and launch it again it opens up without any issues. Can anyone help me on this issue?. I think the application -didFinishLaunchingWithOptions was not returning yes.

Note: I have a lot of stuffs like deleting database, initializing a dozen of buttons in appdelegate's *init* function. I know that it is a bad practice to have things in init but since its been there for more than 4 years and was working fine with previous OS versions i didn't find a good reason to change it.

Also this issue is not happening all the time.

My app size is 40 MB.

Thanks in advance...

© Stack Overflow or respective owner

Related posts about ios

Related posts about splash-screen