I recently updated xCode to version 7 and it appears that the update broke the $.ajax() call in a Cordova applicatoin. I used HTTP scoop to try to see what type of call was being made to attempt to debug, but it does not look like it is even trying to make the web service call. I know this application worked prior to the XCode (and iOS) update.
The web service is using HTTP and I did see some talk about that no longer being allowed in iOS9. I attempted to add the 'NSAllowArbitraryLoads=true' string to my info.plist file but that does not appear to make a difference.
Thanks in advance!