Can data that is saved using saveGlobalData be read by any project? Ex: I could have one app on the AppStore that saves data and another that can read and use that data?
@JakAttak no, saveGlobalData just means any other Codea project (inside Codea) can read the data.
@Simeon dangit… Is there a way to save data that multiple exported apps can read?
@JakAttak you can do it via the Keychain, here’s a guide:
http://shaune.com.au/ios-keychain-sharing-data-between-apps/