Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS app going to background after launch

My problem is as follow

When I launch app, launch image appears for few seconds and apps goes to background. I faced this problem after updating to iOS 9.2.1

For solving this problem I delete my app and reinstall it, then it works perfectly fine but lost all important data, so this is not the suitable solution.

I search for the possible solution but unable to find any help, so please help me to solve this problem.

https://www.dropbox.com/s/gzdkm3tq4qfnovq/appcrash.mov?dl=0

This happen to app when I launch

Thank you

like image 318
Indrajeet Avatar asked Jan 21 '16 04:01

Indrajeet


1 Answers

Are you using any application security software like iXguard? I had faced a similar silent crash and it was due to iXguard obfuscating UIKit call sometime.

One way to resolve this is to add UIKit in the blacklist array.

like image 99
Debaprio B Avatar answered Oct 18 '22 11:10

Debaprio B