Systems | Development | Analytics | API | Testing

Mobile

Making the Leap from Azure to Codemagic

This article was origninally published here. In this article, we’re spilling the beans on why we switched from Azure to Codemagic and showing you exactly how to supercharge your CI/CD game. We’re covering the entire spectrum — from compiling and creating release notes to testing and deployment. Let’s rewind a bit to our iOS developers’ struggles. Our CI process (think builds, tests, and coverage) was taking a chunky 40–50 minutes.

How Tuist migrated from GitHub Actions to Codemagic for faster and more reliable CI

Headline: The transition to Codemagic made our CI builds faster and more reliable and positively impacted the experience of contributors contributing to our open-source project, Tuist. Thanks to Codemagic’s support, we can bring new free goods to the Swift community and the ecosystem of app developers.

WebdriverIO - All You Need To Know

In today's fast-paced software development industry, it is highly critical to deliver high-quality web and mobile applications rapidly is paramount. This is where automation testing services come in, and WebdriverIO emerges as a powerful test automation solution. Designed for the modern web, WebdriverIO is a test automation framework that seamlessly interacts with both web applications and native mobile applications on iOS and android devices.

Continuous Deployment Challenges in Native Mobile Applications

In this blog post, explore the unique challenges of Continuous Deployment in native mobile apps, including the complexities of app store distribution and rollback limitations, and discover insights on navigating these hurdles while striving for efficient CI/CD workflows in mobile development.

Implementing Real-Time Communication in iOS with WebSockets

In iOS, WebSockets enable real-time communication between a client (an iOS app) and a server. Unlike traditional HTTP connections which are stateless, short-lived and request data on demand, WebSockets use a single long-lived connection to send and receive data simultaneously. This significantly reduces response times which is crucial for apps that rely on instant updates and live data to support functions such as chat and multiplayer games.

Mapbox Snowflake Native App Opens Geospatial Analytics to New Audiences

Geospatial data can give a business a competitive edge — especially when it’s combined with the company’s own data resources. Considering a new store location? You’ll want to analyze not just where your nearest competitors and potential customers are, but also retail footfall numbers, historical traffic patterns, distance from distribution centers, environmental factors, potential delivery times to customers and more. You need geospatial data to make it all happen.

Swift Networking Essentials: Using URLSession and URLRequest in iOS Apps

Let’s start at the very beginning, so it’s clear exactly what we’re talking about here – in Swift, networking is the process of sending and receiving data between an iOS application and a remote server or another device over the internet.

How to choose best technology stack for mobile app?

In the ever-evolving world of tech, there's a critical decision that both businesses and developers grapple with - choosing the perfect tech stack for developing mobile apps. But why does this decision weigh so heavily on everyone's minds? Well, it all boils down to how this choice impacts the performance, scalability, and security of mobile applications. Choosing the appropriate tools requires delving into your app requirements alongside a thorough analysis of the end goal.