I have an app which uses, the Event Kit to sync some events with the iOS calendar. This works fine with one exception. If the app is in the background/suspended and the privacy setting for the calendar are changed (settings > privacy > calendar > my app ) the app crashes. This happens even if the classes which use the EkEventKit haven't been used yet
I have only run it in the iOS simulator so far but Xcode dose not give much useful information only that the app is sent SIGKILL.
Could someone suggest what could be causing this or how I could find out