Avatar

Employee Advisor

(From Kamil Kocemba on our former forum platform, 28 Oct 2016)

We are seeing lots of crashes on iOS 10.

It seems like this happens when the app is in background and SDK tries to access its database when it's located in a shared container. The system kills the app (SIGKILL) with code 0xdead10cc, which means unauthorized access to a system resource while in background. Looks like since iOS 10 access to shared container has to be performed in a background task (beginBackgroundTask) or at least it is now strictly enforced. Not sure if this is actual reason - mostly guesswork.

Would really appreciate if you could look into this. Here's link to the issue on Github: https://github.com/Adobe-Marketing-Cloud/mobile-services/issues/187

What's weird though is that this issue is iOS 10 only, used to work fine before.