I have a serious problem in my iphone application. It gets closed after entering in background mode (incoming call or even home button press)…I have inserted UIApplicationExitOnSuspend on info.plist and made its value false. But same problem exists…
Do you have any suggestions for this issue? I really need the application to be suspended not closed when entering to background mode…
Thanks
See in your
Info.plistfile that you had selected the Application does not run in background, see this option must not be selected, if this option is selected means then remove that option from yourInfo.plistfile, this will surely work I think and I hope this will help youAnd Implement these Callback function