scriptkit.hashnode.deviPhone HTTPS Packet Capture: Process from Unable to Capture to Problem Localization (Charles/tcpdump/Wireshark/Sniffmaster)When performing HTTPS packet capture on iPhone, common goals include locating API signatures, certificate chains, or network layer packet loss issues. Unlike desktop environments, mobile devices encounter edge cases such as certificate pinning, HTTP/...Dec 11, 2025·3 min read
scriptkit.hashnode.devFlutter hardening solutions compared, with guidance for a multi-tool cross-platform security setupFlutter, as a cross-platform framework, enables rapid development and high performance, but it has always been a "high-risk zone" in terms of security: Dart code is ultimately compiled into intermediate files or dynamic libraries, making it easily de...Dec 8, 2025·5 min read
scriptkit.hashnode.devHow to Choose iOS Packet Capture Tools? A Developer's Practical Experience and Selection GuideIn mobile app development and testing, packet capture tools are almost "essential weapons". Through packet capture, developers can verify interface requests and responses, test engineers can simulate various network environments, and security personn...Nov 8, 2025·4 min read
scriptkit.hashnode.devMobile Web Debugging in Practice: Performance Analysis Tools Comparison and Best PracticesIn mobile H5 development, performance optimization is one of the most critical topics. Issues such as page stuttering, long white screen times, and high memory usage can lead to degraded user experience and reduced retention rates. Compared to deskto...Nov 8, 2025·4 min read
scriptkit.hashnode.devuni-app iOS File Management and itools Collaboration in Practice: A Complete Workflow for Multi-Tool CooperationIn uni-app development, file management and debugging on the iOS platform have always been key challenges. Although Apple provides official methods such as Xcode and the Files App, for many developers and testers, these tools often come with usage ba...Nov 8, 2025·4 min read