TCTimothy CHOWinjavaskr.hashnode.dev·23h ago · 3 min read💻 What Apple’s September 2026 Event Means for DevelopersHey everyone, it’s Timothy. It’s been a minute. Between the startup grind here in Tokyo and pushing out a few side projects, writing definitely took a back seat. But there was no way I was going to sk00
IiPhoneTechieiniphonetechie.hashnode.dev·1d ago · 5 min readApp Store IPA Upload Automation: .p8 Key Auth and CI/CD Integration in PracticeOn release day, the most annoying step is the manual upload: the build machine produces the package, but a human still has to open the upload tool, pick the file, enter credentials, and watch the prog00
OObjC_Coderinobjccoder.hashnode.dev·1d ago · 5 min readTraceEagle System-Level Capture Tutorial: Capture macOS Built-in Apps and Stubborn Apps as PlaintextSystem-Level Capture This guide shows you how to use "System-Level Capture" to capture macOS built-in apps and those stubborn, deeply hidden apps: without entering the process and without touching ce00
UUIKit_Ninjainuikit2ninja.hashnode.dev·1d ago · 2 min readiOS Provisioning Profile Management: Create, Regenerate, and Clean Invalid ProfilesProvisioning Profile Requires a paid Apple Developer Program membership. A provisioning profile (Provisioning Profile, i.e. .mobileprovision) is used to build an App. You need one for development an00
CCoreDataHeroiniosdevelopmentdata.hashnode.dev·1d ago · 6 min readTraceEagle Application-Layer Capture Tutorial: Plaintext Can Be Pulled Straight from Inside a Running ProgramApplication-Layer Capture This guide shows you how to use Application-Layer Capture to capture an already-running program — reading plaintext straight from its internals. It doesn't matter if it uses00
SAShai Almogindebugagent.com·2d ago · 7 min readBuild Hints That Fail Before the Build ServerA bad configuration line can be worse than a failed build. If the build stays green while ignoring the setting, you usually discover the mistake in a generated native project or on a device. What is C00
IiPhoneTechieiniphonetechie.hashnode.dev·2d ago · 5 min readTraceEagle Targeted Program Capture Tutorial: One Command to Capture a Single Program's TrafficTargeted Program Packet Capture This tutorial shows you how to use targeted program packet capture to capture the traffic of one particular program: give it a startup command, and the tool will launc00
UUIKit_Ninjainuikit2ninja.hashnode.dev·2d ago · 7 min readTraceEagle NIC Packet Capture: Without Proxy or CertificateNIC Packet Capture This guide teaches you to use NIC capture to grab everything that flows through this machine's NIC: DNS, QUIC, games, IoT, various proprietary protocols — anything passing through 00
SAShai Almogindebugagent.com·3d ago · 6 min readRootless Jailbreak Detection: Updating the Signals, Not the Claimios.detectJailbreak=true did not fire on a device jailbroken with palera1n 2.1.1 in rootless mode. The build hint was wired correctly. The detector was asking questions that described the previous gen00
UUIKit_Ninjainuikit2ninja.hashnode.dev·3d ago · 3 min readCross-Platform Packet Capture Tool Choices: Packet Capture Solutions for Windows, Mac, and LinuxMost packet capture tools have platform limitations. Charles and Proxyman deliver the best experience on macOS, but on Windows the certificate configuration process is more complex. Fiddler is primari00