简体   繁体   中英

Flash Packager for iPhone: Possible to use Core-Data or other database?

I'm wondering if the flash packager for iPhone allows you to somehow save data in some kind of database maybe using Core Data or any other form?

If it just allows you to export some kind of actionscript based game but doesn't allow for saving data that'd be kinda weak I'd assume so they must have a way (?).

You can use SharedObject , it works fine. It corresponds to NSKeyedArchiver for iPhone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM