Apple iOS review processes - how long does it take?

TestFlight TestFlight review process (if any) seems almost instant, even for external use. I am not sure how it exactly works, as there seems to be some optional(?) review stage for external use, but it has never blocked us for any amount of time that I remember. App store review process (iOS) Getting app on the app store, on the other hand, does take some time. All of these are for this year ( 2025 ), and here’s the rough data: ...

12.8.2025 · 2 min · 305 words · Markus Stenberg

iOS app backend language evaluation - Go or Rust?

I have been looking at how to create an iOS app recently, and more particularly, its backend. SwiftUI as a front-end framework these days is quite lovely, but I am not convinced that Swift ecosystem is really good enough to do backend stuff - either on the device, or especially outside it (although Apple is making baby steps with Embedded Swift). UI on the other hand seems to be the best done with Swift (and notably SwiftUI now). It seems considerably better than Interface Builder based objective C was that I used last time around. ...

15.10.2024 · 3 min · 607 words · Markus Stenberg