- Windows: iDevicePair--windows-x86_64.exe
- macOS: iDevicePair--macos-universal.dmg
- Linux: (x86_64: iDevicePair--linux-x86_64.AppImage or AArch64: iDevicePair--linux-aarch64.AppImage)
idevice pair allows us to create a pairing file for programs like StikDebug to talk to your device remotely. This is required to use StikDebug, otherwise it will not function.
First, set a passcode on your device, sideload an app with the get-task-allow entitlement, and enable Developer Mode on your iOS/iPadOS device (found in Settings -> Privacy & Security after sideloading an app). Then, follow the instructions below.
- Install iTunes from Apple's website.
- Download
iDevicePair--windows-x86_64.exe(move it somewhere you won't lose it). - Connect your secondary device to your computer via cable. If a prompt appears, tap
trustand type in your passcode. - Unlock your device, then, in File Explorer, open
idevice pairand select your device in the drop-down menu. - Ensure your device is unlocked and opened to the home screen, then select
generate(If already using an app such as SideStore which also utilizes a pairing file, selectloadinstead). When a prompt appears on your device, taptrust. Your pairing file should appear. - Ensure your device is still open to the home screen, then scroll down to the StikDebug section and select
install. The word "success" should appear in green.
- Download
iDevicePair--macos-universal.dmg. Open the image and dragidevice pairtoApplications. - Connect your secondary device to your computer via cable. If a prompt appears, tap
trustand type in your passcode. - Unlock your device, then open
idevice pairand select your device in the drop-down menu. - Ensure your device is unlocked and opened to the home screen, then select
generate(If already using an app such as SideStore which also utilizes a pairing file, selectloadinstead). When a prompt appears on your device, taptrust. Your pairing file should appear. - Ensure your device is still open to the home screen, then scroll down to the StikDebug section and select
install. The word "success" should appear in green.
- In the Linux terminal, run the following command to install usbmuxd:
sudo apt install -y usbmuxd
- Download the version of
idevice pairabove that corresponds to your PC's architecture and make it executable. - Connect your secondary device to your computer via cable. If a prompt appears, tap
trustand type in your passcode. - Unlock your device, then execute
idevice pairand select your device in the drop-down menu. - Ensure your device is unlocked and opened to the home screen, then select
generate(If already using an app such as SideStore which also utilizes a pairing file, selectloadinstead). When a prompt appears on your device, taptrust. Your pairing file should appear. - Ensure your device is still open to the home screen, then scroll down to the StikDebug section and select
install. The word "success" should appear in green.