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, […]
Tag: codesigning
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 […]
WWDC 2018 Wishlist for Native Developer and DevOps Tools
There is a lot of excitement about Apple’s World Wide Developer Conference (WWDC 2018) that kicks off next week on 4th June 2018. Unfortunately, we don’t have access to Apple’s […]
Securing iOS Certificates using Modern Cryptography
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 […]
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 […]
Code Signing iOS app extensions on Continuous Integration Server
Adding app extensions are the great way to place the power of app wherever users need it. Since Apple launched app extensions, it became very common to have them in […]