I have a podcast player app uses NSURLConnection sendSynchronousRequest to get the episode list from the podcast feed. The URL for one of the podcast feeds has a username and password (http://username:password@hostname/path). Creating a request (NSURLRequest) with this URL, I use NSURLConnection sendSynchronousRequest. It returns with no error on all devices, but has the episode list content on iPhone 4S/5 and no content on iPhone 6/6 Plus.
The URL for the other podcast feed has no username/password and works fine on all devices.
Any idea what is up?
alan