krishna
krishna

Reputation: 1

Image Picker Issue

We have an issue with the Image Picker in our App. When the camera is launched to take an image, our app restarts and shows the main screen. Can somebody throw some light on this issue?

Thanks in Advance.

Upvotes: 0

Views: 347

Answers (1)

Thomas Müller
Thomas Müller

Reputation: 15635

I've noticed that the camera needs a lot of memory. When I take a picture the phone sends me memory warnings and view controllers get released. Not a problem in my case, but I guess your app is using too much RAM. You'll have to try to release some when you get memory warnings.

Upvotes: 1

Related Questions