Preference Storage on iOS

J. Landman Gay jacque at hyperactivesw.com
Fri Nov 12 11:36:56 EST 2010


On 11/11/10 7:51 PM, Mike Kerner wrote:
> How is anybody else storing preferences with their stacks for their iOS
> projects?  For example, I want to store usernames and passwords for websites
> that my project is going to access, but those will vary from user to user.

If you want the preferences to be backed up during a synch, use the 
Documents folder. If you don't care about that, use the Cache folder.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list