Systems | Development | Analytics | API | Testing

Digital Transformation in Manufacturing: Why, What, and How?

As the digital and physical worlds converge, the businesses of varied sectors are experiencing a seismic shift. While businesses are rapidly changing the ways how they function, however, the increasing customer demands and expectations, are making the need for this shift lightning-fast. Digital transformation in manufacturing industry is a significant trend that is taking place at a rapid pace.

Using Swift as a Backend Technology

Swift is a powerful open source programming language created by Apple in 2014 for the iOS, iPadOS, macOS, watchOS, and tvOS, known for its modern syntax, safety features and fast performance. Designed as a successor to Objective C, Swift has become a hugely popular choice for frontend and mobile app development, and it’s also shaping up to be an excellent choice for server-side development.

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.

Effective Swift Error Handling Techniques for iOS Developers

As programmers we know that, despite our best efforts, we’ll never be able to completely eliminate errors from our apps. The sheer complexity of modern apps, not least the reliance on dynamic (often third-party) inputs, means errors are inevitable and error handling (exception handling) is crucial to user experience.

Mobile DevOps | Artifact Details and Install page

Welcome to our Bitrsie YouTube Channel! In this video, we quickly demo how to add a button to your Slack message that points to the Artifact page. How it works Alternatively, you can access an installable artifact’s details page from the CI build/artifact tab or the Artifact page. Jump to the section you want to watch below in our TIME STAMPS! ⟣ ABOUT BITRISE ⟢ Bitrise is the Mobile DevOps platform ensuring confidence, velocity, and continuous improvements across the entire cycle of app creation.

Using Alamofire and integrating it with Bugfender

Its ability to simplify a variety of tasks such as making HTTP requests, handling responses, and managing network activities, has made Alamofire one of the most popular and powerful networking libraries in Swift. Today we’ll be looking at how Alamofire can be integrated with Bugfender to cut through the complexities of URLSession to streamline networking operations in our apps.