Hi guys,
After more than one week searcing and reading i decided that was better to create a brand new topic with a clear question because i found only bits and pieces around the forum and google with no help at all
Using Application.CaptureScreenshot(“Screenshot.png”); this command saves a screenshot inside the “Documents” folder on the iphone, i can see the script working because i can access the file via xcode.
Now i’m using a plug in (etcetera) to open a mail composer and add the generated .png as an attachment
(i can’t use the provided screenshot on etcetera because its not compatible with another plug in i’m using).
the problem is…i can find the exact path, i found in many forums that the command application.datapath contains a bug, it goes to the data folder instead of documents…
Any help?
Ale.