Saving data

If I use either saveLocalData or saveGlobalData, will they still be able to save data when in app format, and will I still be able to read data in app format? By in app format I mean after using the runtime in an ipa, cheers.

those features save the data on the ipad; local goes to data.plist, I think, and I don’t know where global goes. Or I have it bakwards.

Either way, readGlobalData and readLocalData will read the data back in even after you create your compiled app.

Cheers thats alright then, does it save to a plist in the data folder the app?