I am working on an iOS application that has to detect whether a USB is connected to the device being used.
So what I would like to know is the following:
- Is it possible to detect whether a USB(pendrive) has been plugged into the device?
- If so, how could one detect this programatically?
Any help would be greatly appreciated.