I've had reports from multiple users saying that their external GPS units (Bad Elf, mostly) aren't working with my GPS-enabled app. I'm not doing any manually detection for GPS units; the app assumes the device has a unit and just displays an error if no location is found. My question is:
Is there any additional setup that needs to be done to allow a CLLocationManager and MKMapView to interact with an external GPS on a device with no internal GPS unit?

