Hi Ansca Team,
I’ve setup the UIFileSharingEnabled=true in build settings file, which is great because I get to expose files to the user through the iTunes share functionality.
HOwever, my application requires to write to a sqlite database. This means I have to place a copy of it in the document directory in order to be able to write to it without violating the security rules on iOS for example. But you get where I’m getting at…currently, I want users to be able to take the pdf files they see in the app, and when they get to the iTunes sharing thing, well, they also see my nice little sqlite databases files…
The solution would be to be able to write to the apps home library directory, which is allowed by Apple (see following apple Q&A: http://developer.apple.com/library/ios/#qa/qa1699/_index.html).
However, Corona has sandboxed only 3 directories: tmp, resources, and documents.
Even though my target is mostly iOS, I personally prefer to use Corona SDK because it allows for faster development cycles on iOS than by coding in this extremely verbose Obj-C language, so I frankly wouldn’t mind if this wasn’t possible at first on Android !
Any chance to get this anytime soon ? [import]uid: 23043 topic_id: 20694 reply_id: 320694[/import]