Skip to main content
grosssmutttr
Known Participant
March 1, 2013
Question

PersistanceManager saveProperty iOS Problems

  • March 1, 2013
  • 1 reply
  • 3697 views

Hi there,

we developed an Application in which we save the data like this:

FlexGlobals.topLevelApplication.persistenceManager.setProperty("noAds","purchased");

FlexGlobals.topLevelApplication.persistenceManager.save();

The data on iOS won't save if we close the app (not minimize - close!).

The strange thing is that this only happens in some applications.

We developed a game in different languages. The source code is completely the same only the strings were different.

We don't think that the problem could be the character set of the different languages.

We also read a lot about the problem of saving variables on iOS with the persistanceManager and it is recommended to call the save(); method.

So we published an update and inserted the save method. It is still not saving the variables.

On Android everything is working as expected.

Best

omi

This topic has been closed for replies.

1 reply

grosssmutttr
Known Participant
March 8, 2013

No idea?

Shall I report a Bug?

Inspiring
April 22, 2013

I'm having the same issue myself. If the app is closed, all the data is lost. I'm using AIR 3.6. Can anyone confirm is this is a known bug?