Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Writing stable iOS applications

Writing stable iOS applications

AltConf 2019 in San Jose
June 5, 2019
http://altconf.com/

Breaker is the #1 social podcast app for iOS, funded by Y Combinator, and used by thousands every day. In order to be reliable, Breaker needs to minimize bugs and prevent crashes. Find out how we create a stable app, using tools to monitor crashes and errors. We’ll also explore how testing and debugging work in iOS and how to utilize user feedback to improve app performance.

Leah Culver

June 05, 2019
Tweet

More Decks by Leah Culver

Other Decks in Programming

Transcript

  1. • Find and follow friends • Share on Twitter, Facebook,


    Instagram, and Snapchat • Send episodes to friends and chat • Like episodes ❤ • Comment on episodes • Find new episodes
 based on likes, listens, and comments Breaker
  2. Guard guard let url = URL(string: "https://www.breaker.audio") else { return

    } // Everything is chill. print(url.absoluteString)