Skip to main content
Participant
January 14, 2013
Question

Why ios6 in no way to write and modify the local database file?

  • January 14, 2013
  • 3 replies
  • 1323 views

Only in the ios6 read, can not write, but the file is set up can be modified to run in the ios5 and ios4 system, normal, can write readable modify.

This topic has been closed for replies.

3 replies

Inspiring
January 18, 2013

ios6 comes with some changes which are fun to discover like, we found that app folder on device is no longer writeable. the word is this was done to upset game cheaters. unfortunately air team is not responsive to our plea for the workaround.

Inspiring
January 18, 2013

Not sure what exactly you mean. I have been testing on iOS 6 with no problems and my DB writes to here:

var folder:File = File.applicationStorageDirectory.resolvePath("db");

- Randy

Inspiring
January 18, 2013

I was talking about File.applicationDirectory (this have been officially read-only since 2008 but up to ios5 - including - you could actually write to it over usb, which was great for debug purposes). This is probably not the situation OP deals with at all.

Participant
January 16, 2013

I am waiting, do not make me wait too long

Participant
January 14, 2013

I also recently tested air sdk3.6 load local swf file.Or not, the load can not.