Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Nehemiah Reese
17,692 PointsBlog post not appearing. Code seems to be right. Maybe because I'm in iOS 9? Anybody else have this problem
Simulator was displaying when Blog Post class wasn't created, and we stored the json in a dictionary after fiddling with the info.plist
1 Answer
Martin Wildfeuer
Courses Plus Student 11,071 PointsIt's hard to tell from this post if your problem is even related to networking or what changes you made to the info.plist. As a matter of fact, Apple significantly raised the security level of networking with iOS9. TLSv1.2 SSL is now required for every server call by default. All exceptions have to be defined in the info.plist. I'll give you a few links that may help you:
Martin Wildfeuer
Courses Plus Student 11,071 PointsMartin Wildfeuer
Courses Plus Student 11,071 PointsWithout providing any code it is hard to tell what the problem might be. Please provide more info, we'd love to help you on this. For a start: is there any output in the console?