Caution
WARNING: There are known critical issues with iOS 26.4 Developer Beta 1. The lockdownd service appears to be dropping connections, which interferes with how the device connects to itself (loopback/pairing issues) and prevents JIT from functioning. DO NOT UPDATE if you rely on StikDebug. These issues and possible fixes are currently being investigated.
An on-device debugger/JIT enabler for iOS versions 17.4+ powered by idevice.
- JIT: Enable Just In Time coplation in sideloaded apps that have the
get-task-allowentitlement. - App Launching: Launch every app installed on your device.
- Console: Live app and system logs.
- Scripts: Manage automation scripts (mainly used for iOS 26 JIT).
- App Expiry: See when apps will expire and install/remove profiles.
- Device Info: View detailed device metadata.
- Processes: Inspect running apps/processes and terminate them.
- Location Simulator: Simulate the GPS location of your device.
Warning
Notice: StikDebug is no longer available on the App Store. Please use the official download methods below.
| iOS Version | Status | Notes |
|---|---|---|
| 1.0 – 17.3.X | Not supported | Uses Different Connection Protocols |
| 17.4 – 18.x | Fully supported | Stable |
| 26.0 – 26.3 | Supported | Limited App Availability (Developers need to update their apps to work.) |
| 26.4 Developer Beta 1 | Critical issues | lockdownd drops connections → JIT broken; do not update |
| iOS 26.4+ betas / future | Untested / partial | Check Discord, releases, or @StephenDev0 on X for updates |
StikDebug enables JIT for sideloaded apps on iOS 17.4+ without needing a computer after the initial pairing setup.
- StikDebug installed (via AltSource, direct .ipa, or self-built)
- A valid pairing file (.plist / .mobiledevicepairing) for your device
- SideStore / AltStore / similar sideload tool (for app refreshing)
- A loopback vpn such as LocalDevVPN
-
Obtain a pairing file
- Detailed guide: Pairing File Instructions (or ask in Discord).
-
Set up VPN
- Launch LocalDevVPN and enable the vpn.
-
Enable JIT for an app
- Launch StikDebug and press the
Enable JITbutton. - Select your sideloaded app from the list in StikDebug.
- Launch StikDebug and press the
Troubleshooting
- "Connection dropped" or loopback errors → Check iOS version compatibility / beta warnings.
- Heartbeat erros → Ensure that the vpn is on and that you are connecected to Wi-Fi.
- Pairing file issues → Regenerate file with device unlocked & trusted.
- Still stuck? Join the Discord with logs/screenshots.
Note
StikDebug is an open-source Xcode project written mostly in Swift. Building yourself lets you modify code, debug, or create custom versions. Requires a Mac with Xcode.
- macOS (latest recommended)
- Xcode 16+ (Xcode 26+ preferred for iOS 26+ support)
- iOS device on iOS 17.4+ (for testing)
- Git
- Basic Xcode/Swift knowledge
-
Clone the repo
git clone https://github.com/StephenDev0/StikDebug.git cd StikDebug -
Open in Xcode
- Launch Xcode
- Open
StikDebug.xcodeproj
-
Configure signing
- Select the StikDebug target
- Go to Signing & Capabilities
- Sign in with your Apple ID (free or paid developer account)
- Set a unique Bundle Identifier (e.g.,
com.yourname.StikDebug)
-
Build & install
- Select your connected device
- Press Cmd + R (or Product → Run)
- Trust the certificate on device: Settings → General → VPN & Device Management
After install, follow the JIT setup steps above (pairing import, etc.).
Thank you for your interest in contributing to this project. Contributions of all kinds are welcome.
If you discover a bug, please open an issue and include:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected behavior vs. actual behavior
- Relevant logs, screenshots, or environment details (iOS version, device model, etc.)
To propose a new feature, open a feature request issue and provide:
- A clear description of the feature
- The problem it solves or the use case it addresses
- Any relevant examples or implementation ideas
- Follow normal Swift and SwiftUI style.
- Write clear and easy to understand code.
- Keep your changes consistent with how the project is already set up.
- Make sure everything builds and works without errors.
We appreciate your time and effort in helping improve this project.
StikDebug is licensed under AGPL-3.0. See LICENSE for details.
