> On Oct 19, 2016, at 2:14 PM, Jens Alfke <j...@mooseyard.com> wrote: > > >> On Oct 19, 2016, at 2:04 PM, Doug Hill <cocoa...@breaqz.com >> <mailto:cocoa...@breaqz.com>> wrote: >> >> Presumably if the app is terminated due to inactivity everything would be >> dealloc'd including singletons. No idea if that is happening or not in this >> case though. > > No, nothing would be dealloced. The whole process would just be killed, and > _nothing_ would happen in it after that point, including seeing a null > singleton pointer. So that’s not what the problem is. > > —Jens
FWIW, in the past I saw my iOS shut down gracefully when being terminated due to inactivity or low-memory, rather than just a kill -9. I haven't checked this lately though. Doug Hill _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com