Skip to main content
Known Participant
March 19, 2012
Question

Shared Objects and IOS 5.0+

  • March 19, 2012
  • 7 replies
  • 3243 views

So, I need a straight answer. Can I use Shared Objects for my game, or will apple fail me for using them?  Will Shared Objects be backed up with iCloud?

Thanks,

diss.

This topic has been closed for replies.

7 replies

Known Participant
March 19, 2012

Just ran accross:

http://www.saumitrabhave.com/2011/11/air-ios-solving-apps-must-follow-ios.html

This helps somewhat. Still seems a bit of a gray area, but it helps.

Would love to hear others that have used LSO and if they have had an trouble in submission.

-dis

March 19, 2012

Hi:

What are the gray areas you are concerned about? Also did you go through all the comments on the post? I could see comments similar to your question.

I would be happy to improve the article to make it clear.

Regards,

Saumitra

Inspiring
March 19, 2012

I just had an app approved yesterday that used sharedObject in exactly the same way I always used it for ios4. It was to save a top score. All I did was

var so = SharedObject.getLocal("anastasio");

so.data.topScore=topscore

so.flush()