I made an app that displays images from an AWS server. It’s working fine for iPhone 4 and older but when I run my app on an iPhone 5 the app crashes when running using wifi or 3G connection. I did many tests that show me when I use S3GetObject…
3GetObjectResponse *getObjectResponse = [[AmazonClientManager s3] getObject:getObjectRequest];
UIImage *tampon = [[UIImage alloc] initWithData:getObjectResponse.body];
The app crashes, I don’t know if the AWS-SDK is compatible with iOS 6 or not, please help me.
Based on one of your other questions, it appears you may still be including an older version of the AWS SDK for iOS which had problems with crashing when built for release because of the inclusion of the GTMLogger library.
Please make sure to remove any references to previous versions of the AWS SDK for iOS and also update your projects Framework include path.
You can confirm you are using the latest version of the SDK by logging the value returned from