Skip to main content
Inspiring
February 1, 2011
Question

Save to CameraRoll works on Debug but doesn't work on Device Release?

  • February 1, 2011
  • 1 reply
  • 417 views

I am able to save images to CameraRoll when I deploy using Debug but it doesn't work when I use Device Release?

I also tried commenting out all my trace statements and it still doesn't work.

Any ideas?

This topic has been closed for replies.

1 reply

February 3, 2011

surprising, usually things work in Release and may not in Debug : ).

try placing the try-catch block and/or attach ErrorEvent listeners (around the code saving to camera roll).

also monitor logcat content during this operation for any errors.