1

Program recieved signal SIGKILL exception comes up when I quit in the multitasking bar. because of that applicationWillTerminate(app delegate Method) doesn't called. so I have lost some unsaved data.

Vinod Jadhav
  • 1,055
  • 1
  • 15
  • 37
  • Unclear question...please edit. There is nothing you can do to react to getting terminated in the background. So instead, you should react to going into the background. – borrrden Nov 12 '14 at 05:16
  • @VinodJadhav please check your plist background running is must yes.. – Ilesh P Nov 12 '14 at 05:45
  • in my plist UIApplicationExitsOnSuspend is YES – Vinod Jadhav Nov 12 '14 at 06:04
  • @VinodJadhav ... have you checked all UIApplication environment methods ... please debug all the code so that you can get to know the problem which you are facing for your app.(cause only you know that what kind of code is written to your project) – Prasanna Nov 12 '14 at 07:12
  • I have received SIGKILL exception whenever I remove app. – Vinod Jadhav Nov 12 '14 at 10:50
  • R u debugging in real device? – Er.Shreyansh Shah Nov 12 '14 at 11:25
  • yes I have debugging on real device as well as simulator. – Vinod Jadhav Nov 12 '14 at 11:28
  • Dear @VinodJadhav. Whenever u r debugging and when u do this type operation, app will crash. it not harmful to ur app for more information you can check http://stackoverflow.com/a/6567345/2522457. – Er.Shreyansh Shah Nov 12 '14 at 11:30
  • I have already checked that link but because of that my application will terminate method doesn't called in this method my unsaved data save logic is here. because of that my changed data or unsaved data not saving. – Vinod Jadhav Nov 12 '14 at 11:37

0 Answers0