App Terminated due to Memory Pressure when using camera in iOS 7

Viewed 5315

I am facing error App Terminated due to Memory Pressure when I capture some images using UIImagePickerController Camera.

I receive memory warnings first and then suddenly app crashes. This issue is in iOS 7 specifically as in iOS 6 it is working fine.

Does someone know why is this memory issue occuring in iOS 7 on using camera.

Note: I tried to minimize RAM usage because it may also be the reason for this memory pressure. But still getting warning.

1 Answers
Related