Swift News - Are MVP's Dead?, Apple Ads, Swift Reduce, App Security and More.


April 21st, 2025

For my next app, I’m rolling the dice. The existing APIs were fragmented, limited, and had crappy rate limits. So… I’m doing the thing you’re not supposed to do. I’m building my own backend and manually entering the data with CloudKit.

The data aren't terribly complex, and stitching together multiple APIs is a headache I just don't want to deal with. So I said, screw it. I’ll hand-roll my own database and manually input the info I need.

I'm either going to hate myself for this, or I'm going to feel like a genius. Ask me again in a few months.

Swift News - Video Version - Get my thoughts on the articles below.

Swift Reduce

Antoine van der Lee introduced me to a new way to use .reduce in Swift by using the reduce(into:) variant. It's always fun to learn a new use case for a foundational topic.

try! Swift Tokyo Conference Videos

This conference was only a week or two ago and they've already posted their videos on YouTube. So if you had FOMO like me, now you can at least watch the talks.

How to inspect .ipa files

We've discussed before that you shouldn't store your API keys as string literals in your app. This article shows you why as it walks you through how easy it is to inspect an app's .ipa file. I recommend inspecting your own app's .ipa file to discover what sensitive information you might be leaking.

Are MVP's Dead?

Number 9 in this tweet thread from Greg Isenberg says an MVP will need to be more complete due to the speed at which the idea can be copied via AI. Do you agree?

Apple Ads Ultimate Guide

In this article Ariel from Appfigures walks you through how to get started with Apple Ads (formerly Apple Search Ads). Should you do Basic or Advanced? Search Match? Exact Match? Ariel's got you covered.

Use AI to improve productivity

In this article, Bruno Rocha shows you how he uses AI to increase productivity as a software developer as well as why AI will not take your dev job anytime soon.

Till next time,

Sean

Sean Allen

Join thousands of developers who get Swift News delivered straight to their inbox every Monday. Stay up to date with the latest news, articles, videos, podcasts, and expert insights on Swift and iOS development. I’ll break down key topics, share my thoughts, recommend must-know resources, and give you a behind-the-scenes look at what I’m working on.

Read more from Sean Allen

April 29th, 2025 Swift News is taking a break until Monday, June 2nd (right before WWDC). I have to miss a couple weeks due to travel, and I want to get my new app launched before the craziness of WWDC takes over. So, I'm pausing YouTube videos till the end of May (they are VERY time consuming). So, enjoy this edition of Swift News and I'll talk to ya in a few weeks 👋. Swift News - Video Version - Get my thoughts on the articles below. Advice to My Younger Self This article shares sage advice...

April 14th, 2025 Right now, I’ve got what I like to call a “comfort food” project. And it's my favorite thing in the world. It’s the best. It’s a fresh Xcode project for an app I’m genuinely excited to build. No old code that I hate, no weird architecture, no mysterious bugs... Just a clean slate. Making videos is a grind. Building a course? Also a grind. Working on a big, established app? A fucking grind. So working on a small, simple project that's full of potential has been pure joy for...

April 7th, 2025 I did the thing we all love to do: File -> New Project. You know that feeling. So fun. More on that below. Swift News - Video Version Swift 6.1 Released Xcode 16.3 is live, which means we now have Swift 6.1. This official blog post gives an overview of the new language features, most of which focus on improving the approachability of Swift Concurrency. Swift by Sundell is back! John's articles were a Swift News staple back in the day, but he's been away for a couple years. Now...