Hi,
I've been compiling my ios app with AIR 3.4 since it has been released and a week ago I downloaded AIR 3.5 and uploaded my app compiled with AIR 3.5. But I realized there has been a problem with sharedobject in AIR 3.5.
I used var sharedObject:SharedObject = SharedObject.getLocal("myScores"); this code to save the game score and every time I uploaded my app it worked out. It has never lose the game score.
But with AIR 3.5 all game scores are gone. I didn't change any code about sharedobject. What's going on here? Now my customers will be upset to losing their information and even money they purchased through in-app purchase.
The thing is AIR 3.4 was fine but AIR 3.5 seems to be the problem.
Please HELP ME!!