Stay up to date with the latest iOS CI/CD news

Every two weeks, directly to your inbox and packed with everything you need to know and be aware of so that you're always prepared for the next app release!

Read and trusted by engineers from:

Issue 86

Hey everyone! I hope you’ve all had a fantastic couple of weeks — welcome to another issue of the newsletter!

If you or your team have been using AI coding tools for a while now, you’ve probably noticed something ironic: you’re shipping more code and are more productive than ever, but you also have more pull requests than ever to review. Last year’s AI Productivity Paradox Report by Faros AI found that AI-assisted teams merged 98% more PRs and completed 21% more tasks, but PR review times went up by 91%. The bottleneck didn’t go away at all, it just moved from the feature development to the PR review process.

While human PR review is still needed, there are a few AI automated solutions that can help review the bulk of the changes on a PR and let you focus more on testing the functionality and the overall quality of those changes, helping reduce the bottleneck and speed up the overall process.

These tools are especially useful for solo builders and small teams, where you don’t always have someone available to review your code and a second pair of eyes, even an AI one, can catch bugs before they ship. I have been using Copilot, Codex, and Cursor BugBot for some time, and I have to say that I am impressed by the quality of the reviews and how often they catch bugs that I would have personally missed 😱.

However, the market has gotten crowded fast. From tools that deeply index your entire codebase to ones that bundle review into your existing AI subscription, there’s something for every team, but picking the right one can feel overwhelming.

For this reason, and because I wanted to see what options were available, I put together a comprehensive comparison of 10 AI code review tools, breaking down their real pricing, strengths, and trade-offs so you don’t have to do the heavy lifting yourself.

ToolPriceReview limitFull codebase analysisFree for OSS
OpenAI Codex$30/dev/mo (included in ChatGPT)~40–100/moYesNo
Cursor BugBot$40/dev/mo (included in Cursor)200/moNoNo
GitHub Copilot$10/user/moShared with other AI featuresNoYes (limited)
Claude Review~$15/reviewPay per useYesNo
CodeRabbit$24/dev/moUnlimitedNoYes
Greptile$30/dev/mo50/dev/moYesNo
Qodo$30/dev/mo20/dev/moNoYes
Macroscope$0.05/KB reviewed (min 50KB/review)Pay per useYes (AST)Yes
Graphite$40/dev/moUnlimitedNoNo
CodeAnt AI$24/user/moUnlimitedNoNo

Note that I have tried to use the Team plan where available at the time of writing this issue. Prices may vary if you need lower or higher tiers and the time at which you read this.

The table above should help you get a better idea of the different options available and what you should consider when picking the right tool for your needs. I will let you make your own decision, as I can only speak of what works for me and can only assess the quality of the reviews for the tools that I have tried.

Now, let’s dive into it!

​​​🚨 Remember to sign the new Apple Developer Program License Agreement

Apple has updated their Developer Program License Agreement and, as developers, we need to sign it to continue using resources tied to your Developer Membership, such as the App Store Connect API.

The deadline to do so is the 16th of April, so make sure you log in to your developer account and sign it before then.

​​​⚠️ Upcoming SDK minimum requirements for App Store Connect

April is the month of deadlines for App Store Connect and your apps, it seems! Aside from having to sign the new Developer Program License Agreement, from the 28th of April, all new apps and games uploaded to App Store Connect must be built with the Xcode 26 SDK or later.

Download Xcode 26 now if you haven’t done so yet and make sure your app compiles with it before the deadline!

🏃‍♂️ Improve your app’s build times using this new AI agent

A few weeks ago I received a message from my friend Antoine van der Lee asking me if I would like to help him test a new AI agent that he was working on. When I saw that it was aimed to help developers improve the build times of their apps, I was immediately interested.

I went ahead and tried it on our app Helm, and I have to say that I was impressed by the results. The agent was able to identify a few issues with our build settings and suggested and implemented a set of changes that helped us get 61 seconds faster Xcode builds!

🔍 How fast can each CI/CD service build your app?

The infrastructure your app runs on can make a big impact in your CI/CD times, and it is a big factor to consider when picking a CI/CD service.

I really enjoyed reading this article by Masaki Sato in the Codemagic blog, as it benchmarks the performance of each CI/CD service and helps you pick the right one for your needs.

📝 The App Store now supports localized metadata for 11 new languages

Localizing your app’s metadata is a great way to make your app relevant to potential users across languages and cultures, helping you reach a wider audience and increase your app’s visibility.

To aid with this, Apple has announced that they have added support for 11 new languages that you can update your app’s metadata for in App Store Connect (and Helm of course 😜).