media.show() cause application crash in ios 6

if media.hasSource( “PhotoLibrary” ) then
media.show( media.PhotoLibrary, onComplete )
end
or

if media.hasSource( media.PhotoLibrary ) then
media.show( media.PhotoLibrary, onComplete )
end

The above code block is working fine in ios 5.1.1 but in ios 6 it is crashing in landscape mode. The both code block is working fine in portrait mode.

We already added CoronaUseIOS6LandscapeOnlyWorkaround = true, in iphone pList and corona version we are using is 2013.1013 (2013.1.23).

How to resolve?

[import]uid: 47332 topic_id: 35296 reply_id: 335296[/import]

I already reported the bug with the code block yesterday night [import]uid: 47332 topic_id: 35296 reply_id: 140298[/import]

One of the engineers pointed out a different key:

CoronaUseIOS6IPadPhotoPickerLandscapeOnlyWorkaround

that can be put in your build.settings that seems to work around this problem. Can you give that a try? [import]uid: 199310 topic_id: 35296 reply_id: 140404[/import]

I already reported the bug with the code block yesterday night [import]uid: 47332 topic_id: 35296 reply_id: 140298[/import]

One of the engineers pointed out a different key:

CoronaUseIOS6IPadPhotoPickerLandscapeOnlyWorkaround

that can be put in your build.settings that seems to work around this problem. Can you give that a try? [import]uid: 199310 topic_id: 35296 reply_id: 140404[/import]