I don’t think I would have a problem performing this, but I read that there is a security violation if a file is modified or added. Is this true, if so how can I store game data? SQL DB?
Sorry I am just confused!
http://developer.anscamobile.com/content/files
Beware Security Violations
Every time your application is launched, the integrity of the application is verified. It must be the same as the original file that was installed. If the integrity check fails, your app will not launch. Therefore, you should never create, modify, or write to files in the resources directory (see system.ResourceDirectory in System-Defined Directories). [import]uid: 7197 topic_id: 5219 reply_id: 305219[/import]