Systems | Development | Analytics | API | Testing

June 2024

Six easy steps to adapt your App icons for Apple's new Dynamic Tinting Feature

At the latest WWDC, Apple unveiled an exciting new feature: dynamic tinting for app icons. This update calls for developers to adjust their app icons to support this functionality, ensuring a more visually consistent experience across iOS. This change is significant for maintaining a seamless user interface, allowing app icons to adapt to various system-wide themes, including dark mode, and providing a cohesive look throughout the operating system.

What's new in Xcode 16 and the App Store Connect

A few weeks ago, Apple hosted its annual developer conference WWDC 2024, and made many announcements that will impact the mobile developer ecosystem. ‍ In a previous blog, we outlined the three top high-level announcements. In this post, we are diving into what’s new for two very important components of iOS- Xcode 16 and the App Store Connect.

Demystifying Explicitly built modules for Xcode

One of the new features of Xcode 16 is called "explicitly built modules". Behind this abstract name is something that makes builds faster and compiler errors more informative. As this is enabled by default for C and Objective-C code, you can experience some of the benefits instantly, but it can also be enabled for Swift code as an experimental feature. In this post, we'll explore how this feature works and the benefits it brings to projects that adopt it.