Hopefully someone can help me as I'm losing my mind trying to figure out why loading a url inside an Air app on iOS is throwing an ioError 2032 error. I have reduced to the smallest app possible doing the following. - On Creation Complete of the application I create a URL request. I have tried different domains, http, https, xml files, image files, html files. - I then create a url loader and add the event listeners, Event.Complete, HTTP_Status, HTTP_Response_Status, IOError - I then debug the app via usb on an iPad, tried gen2 and gen3 iPad's Flex SDK 14.0, 14.1 and Air 16 and Air 18
the event complete never gets called, it always throws an IOError. I'm debugging from an OSX machine as the iOS packaging is about 10x faster on it verse my main windows workstations. It works on Desktop, Browser, Android, iOS Simulator, just not on the actual iOS device. I cannot seem to google someone else having this exact same issue. Please help, ~ JT