Every iOS app requires a certificate from Apple to publish apps to the App Store. The certificates are required to code sign iOS apps. Apple usually offers development certificate to […]
Category: Developer Tools
xccov: Xcode Code Coverage Report for Humans
Apple has released new command line tool xccov with Xcode 9.3 for inspecting the contents of Xcode code coverage reports. Unfortunately, there isn’t any web documentation yet, so we have to […]
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 […]
Xcode New Build System for Speedy Swift Builds
With Xcode 9, Apple announced the new build system at WWDC 2017. The new Xcode build system is written from scratch and purely in Swift. However, for some reason, it’s […]
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 […]
iOS Code Signing: 5. Signing iOS App
iOS Code Signing Tutorials This is the final part of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all […]
iOS Code Signing: 3. Certificates
iOS Code Signing Tutorials This is Part-3 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts […]
iOS Code Signing: 2. Certificate Signing Requests
iOS Code Signing Tutorials This is Part-2 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts […]
iOS Code Signing: 4. Provisioning Profiles
iOS Code Signing Tutorials This is Part-4 of the iOS Code Signing tutorial series. This series covers fundamentals of the iOS code signing process. You can find all the posts […]
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 […]
