Skip to content

NetScope 1.0.1

Latest

Choose a tag to compare

@zien95 zien95 released this 25 Aug 18:20
· 1 commit to main since this release

NetScope 1.0.1 — Mobile native-network hotfix

This release fixes Android and iOS builds incorrectly falling back to browser-only diagnostics.

Android

  • Adds a native Capacitor bridge for the active interface, local IPv4 address, default gateway, DNS servers, connection type, memory, storage, OS, and CPU information.
  • Runs ping through Android's native ping command.
  • Runs traceroute when the device firmware provides the required command; otherwise NetScope reports the Android limitation explicitly.
  • Requests only INTERNET and ACCESS_NETWORK_STATE. No location or dangerous runtime permission is requested.

NetScope-android-sideload.apk is debug-signed for direct installation. NetScope-android-unsigned.apk is the unsigned release artifact for downstream signing.

iPhone and iPad

  • Adds a native Capacitor bridge for the active interface, local IPv4 address, connection type, memory, storage, OS, and CPU information.
  • Gateway discovery, ICMP ping, and traceroute are labeled as restricted by iOS instead of incorrectly blaming the browser.

NetScope-unsigned-sideloadly.ipa is an unsigned arm64 device IPA intended for signing with your own Apple ID or certificate through a compatible sideloading tool such as Sideloadly.

Verification

  • Android version: 1.0.1 (versionCode 2), package com.netscope.app
  • iOS version: 1.0.1 (build 2), bundle com.netscope.app
  • Automated test suite: 12 passed
  • Dependency audit: 0 vulnerabilities
  • SHA-256 hashes: see SHA256SUMS.txt

Desktop packages are unchanged and remain available in the NetScope 1.0.0 release.