Author: thecodingsprite
-

What It’s Really Like Submitting to the Apple App Store
The approval process, rejections, metadata tweaks, and App Store Connect quirks. Let me talk about my experience and why I think so many are scared of this process when you really should never be! The Apple App Store has a certain shall we say reputation within the iOS developer community. Notoriously high standards and a…
-

Overcoming Burnout: Essential Tips for iOS Developers
The burnout is a real issue iOS developers face, why? As developers we use our brain far more than the average human for far more hours per day. It takes a toll, the hyperfocus & getting lost in code day in day out is easy done & the burn out, well that can creep up…
-

Exploring Async/Await in Swift: Modern Concurrency
Swift introduced async/await in Swift 5.5, bringing a modern and streamlined approach to handle asynchronous code. It replaces the old callback-based patterns and makes code easier to read, maintain, and debug. In this tutorial, we’ll explore how async/await works in Swift and walk through practical examples to help you get started as this is by…
