I compiled and tested the SocialMediaMock on an iPhone 6 with iOS 9.2. The app is starting but not loading the news list. I build a second app with a different http request to a json list. But’s also not loading the json list…
Is there anything to double check to get the requests working. The raw json is correctly displayed in the safari browser on the phone. The app is working correct when previewing localy.
That “fix” is included in the next release. Remember that Apple strongly recommends to use https in your application and also a version higher than TLS 1.2. We will make these settings easier to tweak in a later version.
Also note that for some services that have signed the certificate with SHA-1, it’s possible to add NSExceptionRequiresForwardSecrecy false as a temp hack to get it working while upgrading to SHA-2.