Impactor can generate pairing files that allow apps to communicate with your iOS device remotely over WiFi. This is essential for apps like SideStore, Feather, and other sideloading tools.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/claration/Impactor/llms.txt
Use this file to discover all available pages before exploring further.
What is a pairing file?
A pairing file (.mobiledevicepairing or .plist) contains:
- Device-specific certificates and keys
- Trusted credentials for lockdown communication
- WiFi debugging authorization
- UDID and device identification
Supported applications
Impactor automatically generates and installs pairing files for these apps:| Application | Bundle ID | File Path |
|---|---|---|
| SideStore | com.SideStore.SideStore | /Documents/ALTPairingFile.mobiledevicepairing |
| Feather | thewonderofyou.Feather | /Documents/pairingFile.plist |
| LiveContainer | com.kdt.livecontainer | /Documents/SideStore/Documents/ALTPairingFile.mobiledevicepairing |
| Antrag | thewonderofyou.antrag2 | /Documents/pairingFile.plist |
| Protokolle | thewonderofyou.syslog | /Documents/pairingFile.plist |
| StikDebug | com.stik.sj | /Documents/pairingFile.plist |
| SparseBox | com.kdt.SparseBox | /Documents/pairingFile.plist |
| EnsWilde | com.yangjiii.EnsWilde | /Documents/pairingFile.plist |
| ByeTunes | com.EduAlexxis.MusicManager | /Documents/pairing file/pairingFile.plist |
How pairing file generation works
Automatic installation
Impactor automatically detects supported apps and installs pairing files during sideloading:- App detection - Impactor identifies the app by bundle ID or name
- Path determination - The correct file path is selected based on the app
- Directory creation - Parent directories are created if needed
- File installation - The pairing file is written to the app’s container
Manual pairing file installation
You can manually install pairing files using the Utilities page:The device must be trusted and unlocked for pairing file installation to succeed.
Re-trusting your device
If you need to generate a new pairing record:Technical implementation
House Arrest protocol
Impactor uses the House Arrest service to access app containers:Directory creation
Nested directories are created automatically:/Documents/SideStore/Documents/ are fully created.
File writing
The pairing file is written atomically:Verifying installation
After installation, you can verify the pairing file:- Open the app on your device
- Check for WiFi connectivity features
- For SideStore: Navigate to Settings → Check “WiFi Sync”
- For Feather: Verify the pairing file appears in Settings
Troubleshooting
Pairing file not working
- Ensure WiFi debugging is enabled
- Verify the device is on the same network
- Check that the pairing file hasn’t expired
- Re-trust your device and regenerate the file
”Device not paired” error
- Connect via USB and unlock your device
- Trust your computer when prompted
- Use Impactor’s “Re-trust Device” utility
App can’t find pairing file
- Verify the file path matches the app’s expectations
- Check file permissions in the app container
- Reinstall the app and pairing file together
Security considerations
- Pairing files grant full access to your device
- They can be used to install apps, read files, and access system information
- Store them securely and regenerate them if compromised
- Each device has unique pairing files
Next steps
P12 Export
Export certificates for LiveContainer
Device Utilities
Learn about device management features