SScriptKidinscriptkit.hashnode.dev·17h ago · 4 min readHow to Generate iOS Signing Certificates and Provisioning Profiles on Windows Without XcodeHow to Generate iOS Signing Certificates and Provisioning Profiles on Windows Without Xcode Before compiling and signing an iOS app, you usually need to complete three steps in order: register a Bundl00
SScriptKidinscriptkit.hashnode.dev·1d ago · 4 min readiOS Development Environment Setup: Xcode Configuration and KXApp Lightweight Tool SelectionI’ve noticed something: more than half of the friends around me who want to learn iOS development get stuck at the environment setup stage. Xcode is over ten GB to download, and after installation you00
SScriptKidinscriptkit.hashnode.dev·1d ago · 8 min readAndroid HTTPS Capture: Bypass Certificate Pinning, 4 Methods for Devices & EmulatorsAndroid Traffic Capture This guide walks you through capturing the traffic inside a phone / emulator on Android, step by step. Android capture most often gets stuck on certificates — you install the 00
SScriptKidinscriptkit.hashnode.dev·5d ago · 4 min readLearn Swift iOS Development from Scratch: Getting Started with iOS AppsA friend of mine who works in backend development wanted to move into iOS development, so he bought a Mac mini to get started. On the first weekend he messaged me: Xcode had pulled down an installer o00
SScriptKidinscriptkit.hashnode.dev·Sep 8 · 3 min readiOS Packaging Methods: From Xcode Archive to Lightweight Toolchain for IPA BuildsiOS applications go through compilation, signing, and packaging stages before becoming installable IPA files. Different development environments and project types require different packaging approache00