after two seconds – an empty background task right at the beginning of the delegate method.” — http://www.fiveminutewatchkit.com/blog/2015/3/11/one-weird- trick-to-fix-openparentapplicationreply
application.endBackgroundTask(bogusTask) } let time = dispatch_time(DISPATCH_TIME_NOW, Int64(2 * Double(NSEC_PER_SEC))) dispatch_after(time, dispatch_get_main_queue(), { UIApplication.sharedApplication().endBackgroundTask(bogusTask) }) // do your actual work
Tsai http://mjtsai.com/blog/2014/11/22/core-data-relationships-data- loss-bug/ ▸ “Tap Distance” by David Smith http://david-smith.org/blog/2015/02/03/ailw-tap-distance/