Reputation: 13
My iOS 12 app that runs a SceneKit session will go into the background on it's own after 24-48 hours. I'm running on a 10.5" iPad Pro and using about 800MB of memory. The device's display is set to never go to sleep. I have Crashlytics running, and so far have no reported bugs.
Any pointers on what could be the issue?
Upvotes: 0
Views: 97
Reputation: 13
It was in fact a tiny memory leak that shut down the app after a long period of time. Memory profiler did the trick. Still undetermined why Crashlytics did not pick up the crash.
Upvotes: 1