Note: This is the re-post of the original guest blog, I wrote on Bitbar blog here Apple released iOS 12 just in time after announcing three new iPhones. The new iOS version […]
Category: Featured
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 […]
WWDC18: Modern Tips for Optimising Swift Build Time in Xcode 10
With Xcode 10, there are some big enhancements in the performance and developer productivity while building Swift projects. The build times are boring and might distract developers if builds are […]
WWDC18: A Basic Guide to App Store Connect API
Setting up Continuous Delivery Pipelines for platforms wasn’t a straightforward task, it was more challenging when it comes to scripting the pipelines in the code. It might be because […]
WWDC18: Create ML-Complete Machine Learning in Swift
Apple announced Core ML framework for the machine learning in last year WWDC17. The idea behind the Core ML framework was to get the trained machine learning model which was […]
WWDC18: Xcode 10 in Action
Apple’s World Wide Developer Conference (WWDC) 2018 has been started this week. As promised, I will be writing series of blog posts on the WWDC contents as it’s being announced. […]
Architecting iOS XCUITests for iPhones and iPads
Apple’s XCUITest framework is a hot and emerging framework for UI automation of iOS apps. Since launched in WWDC 2015, it got a lot of attention and enhancement. It allows […]
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, […]
Carthage or CocoaPods: That is the question
An every mature and modern programming languages come with an official solution for code distribution to share and reuse code that has been already written. The mechanism to share, distribute […]
iOS Code Signing: 1. Getting Started
iOS Code Signing Tutorials This is Part-1 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts […]