
Under the Radar 4: Unexpected Complexity
6 snips
Nov 25, 2015 Delve into the intricate challenges developers face in iOS app development, especially with streaming features and Apple APIs. Discover the struggle of accurately estimating time frames and the shifting complexities that come with them. Gain insights into adapting to watchOS 2, particularly in data synchronization between devices. Learn strategies for managing unexpected challenges while prioritizing user needs. Finally, explore the balance between innovation and maintaining product functionality to deliver real customer value.
AI Snips
Chapters
Transcript
Episode notes
Overcast Streaming Challenges
- Marco Arment discusses the complexities of implementing streaming in Overcast.
- He had to write a custom audio engine due to limitations in AVPlayer.
Time Estimation in Software Development
- Estimating time in software development is difficult due to unexpected complexities.
- Both Marco and David have experienced this and avoid strict timelines.
Pedometer++ Syncing Challenges
- David Smith shares his experience with data syncing in Pedometer++ for WatchOS.
- His initial simple model using HealthKit failed due to its limitations.
