Newsdesk
Engineering
Data & AI
Industries
Enterprise Systems
Go-to-Market
Longform
DesignIndiaAll stories

Mobile

04 September 2026

9 new posts across 5 mobile platform sources — 7 worth your time.

One week of Mobile, 7 stories, as published.

iOS & Swift

Issue 765

Apple has made the scene-based lifecycle (UISceneDelegate) a hard requirement starting with the iOS 27 SDKs. This change is forcing developers of older iOS apps to migrate away from the legacy UIApplicationDelegate lifecycle.

Why it matters — Upgrading to the iOS 27 SDK introduces a breaking change that mandates the adoption of UISceneDelegate, requiring immediate refactoring of legacy app launch lifecycles.

iOS Dev Weekly · 04 September 2026 · Read the original →

iOS & Swift

Why Swift is introducing a warning for weak captures within nested closures

Swift 6.4 introduces a compiler warning when a nested closure weakly captures an object that the parent closure implicitly captures strongly. This diagnostic helps developers catch subtle retain cycles and lifetime issues that occur across nested scopes.

Why it matters — Nested closures that weakly capture an object can be silently overridden by implicit strong captures in the parent closure, a silent source of retain cycles now caught at compile time.

Swift by Sundell · 04 September 2026 · Read the original →

Store & Policy

Upcoming changes to Rosetta support for Intel-based macOS apps

Apple is concluding its transition to Apple silicon, meaning macOS 26.4 and later will warn users when launching apps that still rely on the Rosetta translation layer. Developers are urged to update their apps to native Apple silicon binaries.

Why it matters — Failing to compile native Apple silicon binaries will trigger disruptive OS-level warnings for users running macOS apps on modern Macs.

Apple Developer · 04 September 2026 · Read the original →

Performance

“The impact was the biggest surprise“: Swiggy’s transition to native pays off

This case study details Swiggy's transition of its multi-service on-demand platform to native iOS tools. The migration resulted in significant performance improvements and a more seamless user experience for millions of users.

Why it matters — Migrating a large-scale, multi-vertical app from hybrid/cross-platform frameworks to native code can yield substantial, measurable performance gains.

Apple Developer · 04 September 2026 · Read the original →

Android & Kotlin

Kotlin Toolchain 0.12: Multiplatform Library Publishing, Wasm Apps, and More

Kotlin Toolchain 0.12.0 introduces support for multiplatform library publishing, a preview of WebAssembly (Wasm) applications, and Compose Hot Reload from the command line. It also highlights the production use of the toolchain by klibs.io.

Why it matters — Command-line hot reloading and standardized multiplatform library publishing streamline the developer inner loop for Kotlin Multiplatform projects.

Kotlin · 04 September 2026 · Read the original →

Tooling

Emulator control for adaptive app development

This post explores how to use Android Studio's Resizable Emulator to test adaptive layouts across different screen sizes. It highlights automated and manual emulator controls that streamline testing for foldable and large-screen devices.

Why it matters — Programmatic emulator resizing allows developers to automate multi-device layout testing without the overhead of maintaining physical device farms.

Android Developers · 04 September 2026 · Read the original →

Android & Kotlin

AAOS SDV - Secure by Design

Google details the security architecture of the Android Automotive Operating System (AAOS) for Software Defined Vehicles. The platform leverages virtualization technologies like Cuttlefish to ensure secure-by-design execution environments.

Why it matters — Virtualization techniques like Cuttlefish can isolate critical system-level components in specialized Android environments like Automotive.

Android Developers · 04 September 2026 · Read the original →

Just when you thought you finally had zero compiler warnings.

7 stories, every Friday

Published here every week. Follow by RSS to get it as it lands.

← Previous issue Next issue →