Apple has started to roll out the New App Store Connect API with documentation for the developers. With App Store Connect API, the developer can automate entire workflows without relying on […]
Tag: iOSDev
The Fast, Furious and Flaky Continuous Integration with Xcode 10 Parallel Tests
Apple is truly investing in testing tools and technologies which is a great thing for app developers. There is no doubt that everyone appreciates their work to motivate them to keep […]
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, […]
My Journey into World’s Top 100 DevOps Practitioners List
Glad to announce that I got a place in the DevOps 100 list published by TechBeacon. The TechBeacon has published DevOps 100, the list of top 100 DevOps leaders, practitioners and experts […]
Automated iOS Code Reviews with SwiftLint and Danger at YNAP
At Yoox Net-A-Porter(YNAP), we use Swift for building iOS apps. Swift is a modern, fast and type-safe programming language. In the iOS app development, getting an instant feedback on Swift […]
Top iOS 12 Features Every iOS Developer Should Know
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 […]
Working with iOS App Metadata from Linux using Transporter
Apple has announced new AppStore Connect API at WWDC18 to comunicate directly with App Store. In order to know more about these API, refer previous blog post. This was clearly […]
Generating JWT Tokens for App Store Connect API
Apple’s brand new App Store Connect API will be game changer for the automating all the things related to distribution of apps. App Store Connect API can now interact with […]
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 […]