OK!!! Solved... the problem was that the const char *picture is the file name of a Picture.png that first you must include in the resources folder of the project.
How can I get a picture.png that It's stored to my Documents Directory? There is a function like CFBundleCopyResourceURL that allows to do this?
Thanks
|