socialize / socialize-sdk-ios

Socialize SDK for iOS devices. An iOS social sharing SDK for native apps.
http://getsocialize.com/
MIT License
199 stars 50 forks source link

Fixed crash if S3 image request does not return a valid image. #45

Closed wdn closed 10 years ago

wdn commented 11 years ago

This can occur if the request does not return a valid image. In case of an error, S3 returns XML data, which causes profileImage to be nil.