I develop AIR ARMOR at LINE
AIR ARMOR is a security solution of AIR; AIR is a component of the LINE GAME PLATFORM. You can refer to Seunghoon's posting on AIR GO and APK Signing for information on the APK signature scheme. For this posting, I'll explain about iOS code signing, one of Apple's security mechanism. Code signing is to verify the integrity of the software code and confirm the signer (who wrote the code). I'll also cover checking the integrity of iOS Mach-O bin
LINE Engineering Blog official account
Hi there. My name is Hayaishi, and I’m part of the Technology StrategyDepartment here at LINE. I’d like to share a few details about thedevelopment process of the iOS version of the LINE app in this blogentry. The Development Environment for the iOS LINE App Managing the Source Code We manage our source code with Git. We also use GitHub Enterprise as ourGit repository browser while developing, so we can take advantage ofGitHub’s pull request and other commands that we’ve