Everyone who has Apple ID might have received an email that Apple will enforce Two-Factor Authentication (2FA) starting from 27th Feb 2019. The purpose of 2FA is to add an extra layer […]
Tag: Fastlane
Enterprise Continuous Delivery of Mobile Frameworks at YNAP
In mobile application development, solid architectural patterns play an important role in building apps faster. Therefore, in order to assure the quality and reuse of existing code in multiple apps, […]
Announcing the trailer of iOS DevOps Book
Glad to announce my new adventure of writing a book on iOS DevOps which cover almost everything to deliver the quality app to AppStore. This book is aimed to solve the challenges […]
Build Incrementation Techniques for iOS Release Train
Continuous Delivery of iOS apps is essential to stay relevant in the competitive market. Companies having the infrastructure to release features to the customers as soon as it developed wins […]
Five Options for iOS Continuous Delivery without Fastlane
Fastlane tools automate entire iOS CI/CD pipelines and allow us to keep an iOS infrastructure as code. Fastlane is set of tools to automate almost everything from analyzing, building, testing, […]
A History of Ruby inside iOS Development
Today, the 24th Feb marks 25th birthday of Ruby programming language since it named by Yukihiro “Matz” Matsumoto in Japan. Since released in 1993, it becomes most dynamic, easy to learn and most […]
New Fastlane Plugin to Upload iOS binary with altool
Apple doesn’t want us to enable continuous deployment for whatever reason. There is no API to deal with iTunes Connects and Apple still wants to approve your apps. Apple’s own […]
First Impressions of Fastlane Swift for iOS
Fastlane has just released with Swift support from version 2.69.0 onwards which means iOS developers no longer have to write Ruby code to configure Fastlane in iOS or macOS projects. […]
iOS Continuous Delivery with Fastlane and Ansible – Part 2
This is the second part of my experience at Photobox Group dealing with Continuous Deployment of iOS apps. In the previous post, we have seen that how we used Fastlane for […]
iOS Continuous Deployment with Fastlane and Ansible – Part 1
Note : This post has been published on official Moonpig Engineering blog. Read here At my previous role at Photobox Group, I have enjoyed working on DevOps practices for iOS […]