iOS applications don’t go to iTunes Connect easily, it takes blood, sweat and tears of engineers with them. It involves various complex task before app hits iTunes Connect. Surely, every iOS […]
Category: Developer Tools
Why You Need to Keep Your Mobile DevOps In-House in 2018
Believe it or not, setting up and managing DevOps tooling is a brainfucking activity. It’s true for both web and mobile application development. It requires the deep understanding of server and […]
Apple Acquires BuddyBuild. Oh, My Xcode Server !
I didn’t expect that this will be my first blog post of 2018. On my holiday, I read the tweet that ‘Apple Buys BuddyBuild’ and It raised my eyebrow, I […]
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. […]
Xcode Server + Ansible: Scalable and Programmable iOS CI/CD Infrastructure
One of the complaints about Xcode Server is it’s not scalable to be used as large-scale or enterprise level. However, if you have skills to understand and manage an infrastructure […]
Xcode Server: Enabling Code Diagnostic Tools
Xcode comes up with some cool tools that can be used to detect some crazy bugs that are hard to catch with manual or functional automated testing. The memory and […]
agvtool: Automating iOS Build and Version Numbers
DevOps and Continuous Delivery practices enable continuous builds deployed to our internal or beta testing platform. It’s essential to manage the version and build numbers of iOS apps. As a best […]
Core Data with Swift 4 for Beginners
Core Data is one of the most popular frameworks provided by Apple for iOS and macOS apps. Core data is used to manage the model layer object in our application. […]
Painless JSON Parsing with Swift Codable
Recently, JSON has become most widely used format to transfer data all over the internet. In the world of iOS development, it’s very common for the developer to work with JSON data in Swift and use […]
Main Thread Checker and XCUITests with Xcode 9
Apple has released the stable version of Xcode 9 recently with loads of new features. The most of the iOS developers are saying Xcode 9 is the best release so far […]
