nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 161 forks source link

profileForImage not working #243

Closed TheCoordinator closed 8 years ago

TheCoordinator commented 8 years ago

This is due to the http request not starting.

nst commented 8 years ago

Can you please post sample code or instructions to reproduce the issue with the STTwitter OS X app?

nst commented 8 years ago

Profile images start with HTTP (not HTTPS) (eg. http://pbs.twimg.com/profile_images/437364043897389056/zLY8uAIR_normal.jpeg ) so, since iOS 9, outgoing requests will be blocked by Apple Transport Security (ATS). You can add ATS exceptions in the app Info.plist.