media.SavedPhotosAlbum

Can anyone give me an example of how to use this method? When I try to use it I get a list of photos, not photo albums.

Thanks! [import]uid: 15571 topic_id: 7420 reply_id: 307420[/import]

Try this one instead.
media.PhotoLibrary

c. [import]uid: 24 topic_id: 7420 reply_id: 26318[/import]

I think I get how to use the media.PhotoLibrary, and I can select the photo that I want to return to the app, but I get an error
Simulator does not support camera, photo lib or saved photos album.
Instead, you should create a JPEG image file and choose it in the open file dialog.

I simply want to use the photo from the library in my app? Any ideas on how to return the image?
Kimber [import]uid: 41123 topic_id: 7420 reply_id: 34990[/import]

have you run the app on an actual device? or the xcode simulator?

the corona simulator “does not support camera - photo lib - or photo albums”.

c. [import]uid: 24 topic_id: 7420 reply_id: 34993[/import]

Thanks Carlos,
I will try running it in the simulator. I wanted to be able to select the photo, have it display and then resize it using pinch, move it using drag, before placing it behind all other object on my screen. In order to code and debug would I be able to just select a jpeg and use it for test purposes…?
Thanks so much
Kimber [import]uid: 41123 topic_id: 7420 reply_id: 34995[/import]

get the pinch zoom code working first with regular jpeg

then use the media show to pick one from the album

yes. it should work

c [import]uid: 24 topic_id: 7420 reply_id: 34997[/import]