App for iOS: open image created with my app
I'm building a mobile app with Adobe PRO CS6 for IOS. I need to create screenshots and save them in a different folders, that are in a specific tree. The real thing that I don't know how to achive is how can these images be opened through the standard apps of iOS (photos or FileManager).
Using class flash.media.CameraRoll I can save images inside the default Camera folder, but I cannot give neither a name nor a path to my images.
Using class flash.filesystem.FIle I can assign a name and a path, but folders/images are inside the memory space dedicated for the app, and this space cannot be accessed using other iOS apps (Photos, FileBrowser).
NOTE: the final purpose is being able to use sharing tools of other image readers to share images created with my app.
Any suggestion? Thank you very much!