You’re sort of in a catch 22 situation. If you could read the NSUserDefaults with Corona then you could easily use Ice or something similar to then save them out for your app however if you can read the Defaults then it stands to reason that you could also write them out which would mean you wouldn’t need Ice in the first place.
What might be a good, not necessarily workable, idea is to make an update to your current native version that allows a user to export their defaults and upload them to your server, they would then get given a unique URL or a code or something depending on what security is needed and then in your Corona version you allow them to download that file and then place the data into Ice or something similar. It would be fairly tricky to make sure everyone is aware of this before they Update to the Corona version though. [import]uid: 5833 topic_id: 21449 reply_id: 85164[/import]