Last Updated: February 25, 2016
·
1.055K
· lukerhodes

Debug iOS apps on the device wirelessly when you can't access the 30-pin socket

Debug iOS apps even when your unable to connect to the 30 pin socket (i.e. MFi Accessories).

You can achieve this using network streams to connect between the app running on the device and the same app being debugged in the simulator or on another device.

When an accessory command is proceed, or any other user-defined event occurs, you can send the data over to the app being debugged.

I may create a framework for this that covers the majority of the hardware-only methods. (Push notifications, iCloud etc.)