Recently, I spoke at the online conference called Automation Guild 2018 on the topic of Getting Started with XCUITest for iOS Apps. It was awesome conference organised by Joe Colantonio. You […]
Author: Shashikant Jagtap
5 Tools for Uploading iOS apps to iTunes Connect
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 […]
Show Your Humanity By Making iOS Apps Accessible
Apple takes accessibility very seriously for all their platforms to make sure all the iOS, macOS, tvOS and watchOS apps are usable for everyone including the people having disabilities. Unfortunately, […]
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 […]
10 Things I Rocked in 2017: A Year End Review of XCBlog
On New Year’s Eve, I badly need to finish this end of review post for XCBlog to thank 2017. If you are a reader or follower of XCBlog, either on my personal […]
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 […]
Xcode Server + Slack = Rockstar Combo for iOS CI/CD
Xcode Server is Continuous Integration service provide by Apple to analyse, build, test and archive iOS apps. Xcode Server has been recently inbuilt with Xcode 9, which made Continuous Integration and Continuous Delivery […]