Description
When requesting JIT authorization for a sideloaded app (Amethyst), StikDebug fails to attach and returns an E96 attach response, followed by a “Socket NotConnected” error. LocalDevVPN shows as connected the entire time, and the pairing file was freshly generated via iLoader right before testing, so this does not appear to be a stale-pairing-file issue.
Steps to Reproduce
1. Install Amethyst via a self-signed certificate using iLoader.
2. Generate a new pairing file in iLoader and import it into StikDebug.
3. Connect to LocalDevVPN and confirm it shows as connected.
4. Open StikDebug and select Amethyst.
5. Request JIT authorization for the app.
6. Observe the following log output:
“pid = 1913
attach_response = E96
Handling signal 1
error code 1, msg Socket(Custom { kind: NotConnected, error: "not connected" })
Script Execution Completed
You are safe to close this window.”
Expected Behavior
JIT authorization should complete successfully and attach to the target process without returning an E96 attach response or a “Socket NotConnected” error, given that LocalDevVPN is connected and the pairing file is newly generated.
iOS Version
27 beta3
Device
iPhone 16
StikDebug Version
3.1.6
Logs
Screenshots
No response
Description
When requesting JIT authorization for a sideloaded app (Amethyst), StikDebug fails to attach and returns an E96 attach response, followed by a “Socket NotConnected” error. LocalDevVPN shows as connected the entire time, and the pairing file was freshly generated via iLoader right before testing, so this does not appear to be a stale-pairing-file issue.
Steps to Reproduce
“pid = 1913
attach_response = E96
Handling signal 1
error code 1, msg Socket(Custom { kind: NotConnected, error: "not connected" })
Script Execution Completed
You are safe to close this window.”
Expected Behavior
JIT authorization should complete successfully and attach to the target process without returning an E96 attach response or a “Socket NotConnected” error, given that LocalDevVPN is connected and the pairing file is newly generated.
iOS Version
27 beta3
Device
iPhone 16
StikDebug Version
3.1.6
Logs
Screenshots
No response