I have tried various others posts on this subject, but to no avail.
I have successfully created a Settings.bundle and added it to Resources/iphone. I can access the preferences within the iOS Settings application, but I cannot access the settings from within my app.
I am trying to access a preference using: Ti.App.Properties.getString('my_field') but it just returns a null value.
Please help!