Jared Sinclair

Results 13 comments of Jared Sinclair

Back atcha.

**Update** To make matters worse, the background audio solution isn't deterministic. It only works in the newsreader application. It does not prevent the crash in the NYTVideo sample application. My...

_Update September 15, 2016_ - I've retested this using the GM release of iOS 10 and Xcode 8, and the issue appears to have been resolved on Apple's end.

**Update September 19, 2016** – I was mistaken. This issue has _not_ yet been resolved. I was testing incorrectly. The bug can only be reproduced by locking the device, not...

Here's a link to a sample project that we can send to Apple along with a radar: https://www.dropbox.com/s/kxop5jdlyk9sch5/Core%20Audio%20Crash.zip?dl=0

This looks really great! Welcome improvements. I have a few questions. **New Dependency?** So `SDWebImage` has only been included for the sample app, right? It's not an external dependency? **Naming**...

Thanks for the clarifications. I'm AFK at the moment, but I'm looking forward to trying this pull request out for myself. :-)

Cool. I worry that implementers might get confused by the `duration` argument since this is called after the animation is over. Maybe drop that argument?

@mvaerum Make sure you're also implementing the cancelling of requests. In my experience with MP3s, it always asks for the full file first, then almost immediately cancels that request and...