App killed by SIGKILL when changing privacy settings

I think it is a bug or at least poorly documented and unexpected behavior. But it does not crash it is just forced to restart. You will get a SIGKILL message but no Crash log. If you are a registered apple developer you can check their forums for discussions about this issue https://devforums.apple.com/message/715855 https://devforums.apple.com/message/714178 I … Read more

Toggling Privacy settings will kill the app

the OS sends a SIGKILL which is not a crash – Apple session on privacy in iOS6 says: If permissions changes, app is quit. Background task expiration handler is called, if registered iOS then kills the application. WWDC 2012 Session Videos: Privacy Support in iOS and OS X Expiration handler: beginBackgroundTaskWithExpirationHandler There is no way … Read more