iOS simulator doesn't seem to enable writing to disk?


hey,

 

am trying test our latest app on ios6.1 via ios simulator.

 

problem don't seem able write disk.

 

we have several shared objects can't 'flush' plus, when try write file disk fault.

 

the app works fine on actual ios devices know our code correct.

 

has else experienced kind of issue?

 

i can't find documentation suggest can't write disk simulator bit stumped!

 

any ideas or advice appreciated!

 

thanks.

i double checked, , games seem save sharedobject ok in simulator. don’t see anywhere can set read only.

 

one thing though, think user bug reports caused real devices failing flush ok. these days flush using try/catch approach, if save fails @ least app continue run:

 

try {

   sharedobj.flush();

} catch (err) {

   trace(err);

}

 

that might see error was.



More discussions in AIR Development


adobe

Comments

Popular posts from this blog

Thread: Can not create raid array: mdadm: no raid-devices specified.

Thread: HOW TO: Package and theme GTK+ / Gtkmm apps in Linux for Windows

Thread: Twinview issues