The Settings.bundle resides in the top-level directory of your application's bundle.
12
votes
5answers
5k views
Bundle Identifier and push certificate… aps-environment entitlement error
I've read Where does xcode take application's Identifier from? , XCode bundle identifier formatting from {PRODUCT_NAME} , and loads more but...
I'm trying to get push notifications going and ...
7
votes
1answer
152 views
How can I use a UIPickerView in my settings.bundle like how the 'nike+ ipod' app does it?
I can't see how this is possible from the documentation but here nike is doing it in their app so there must be a way.
7
votes
1answer
1k views
best way to add license section to iOS settings bundle
My iOS application uses a number of third party components licensed under Apache 2.0 and similar licenses, which requires me to include various bits of text, this kind of thing:
* Redistributions in ...
6
votes
1answer
2k views
Localization of the iPhone Settings.bundle
For some reason I cannot get the Settings.bundle to recognize my additional languages. I must be missing something obvious, but I just cannot figure it out. Here's what I've got:
Project Structure ...
4
votes
1answer
511 views
Xcode 4 crashes when trying to add a new item to “Preference items” array in a settings bundle
I created a settings bundle for my iOS app and tried to edit the Root.plist file.
I can change some of the existing values (those that are created by default), but if I try to add a new item (no ...
4
votes
5answers
132 views
Localisation_setting.bundle
Just wanted to ask, how to localize Xibs via settings.bundle? Actually, I need to make my Xib arabic through settings.bundle. I have searched a lot for this. Please give me proper suggestions ...
4
votes
1answer
1k views
Xcode 3.2.2 and localization of Settings.bundle
I have just discovered that after upgrading to the latest Xcode 3.2.2, I am not able anymore to localize Settings.bundle. The "Make File Localizable button always appears grayed out, and the ...
4
votes
2answers
844 views
Possible to remove my app from settings app?
Previous versions of my app have used the Settings.bundle method to have some user preferences managed in the (external) settings app. I've done away with that now, but I'd like to be able to ...
4
votes
3answers
2k views
Security implications of storing a password in Settings.bundle and getting with CFPreferencesCopyAppValue
Apologies for the seeming obviousness of this question, but for whatever reason I haven't been able to find a definitive answer in the Apple documentation about where and how Settings.bundle password ...
3
votes
1answer
121 views
Settings bundle for iPhone app
Right I am developing an app that has two lots of settings Dev and Live. Is there a way to distinguish which lot of settings should be used based on whether the app is live or still in development or ...
3
votes
1answer
114 views
Settings.Bundle in an iPhone app
I am trying to implement a Settings.Bundle based application. For that, I implement Settings.bundle in my application and I get output in the system Settings app.
How do I access this view inside ...
3
votes
2answers
155 views
App preferences in Settings.app
I'm trying to achieve something similar to the "Clear History" and "Clear Cookies" cells in my apps settings (see screenshot):
I already have a few settings implemented that use toggle switches and ...
2
votes
1answer
45 views
iphone app setttings
Hi I would like to be able to show the app settings to some users and to others no. I have created the settings bundle (the default settings bundle outside the app), it works fine and I know how to ...
2
votes
2answers
517 views
ToggleSwitch in Setting bundle not Working in iPhone?
I have one Toggle Switch in my settings bundle, but it is not working for first time. When i changed the value once again in the settings it is working corrctly.
Even i synchronize before using the ...
2
votes
1answer
172 views
Settings doesn't update on iOS 4
I have a setting's bundle with some UI customization,
the thing is that if the app is closed and i change a setting, when i open it it is updated. But in iOS 4, if the app is on background and i ...
2
votes
1answer
778 views
How can I prevent to use the Settings.bundle in Release build v.s. Debug build?
I need to have a settings.bundle in our debug build, but don't want to have it in our Release.
How do I approach this?
Is there a runscript I can use to remove it from the copy bundle resources ...
2
votes
1answer
375 views
Renaming Settings.bundle and not Bundle Display Name?
Is there a way to change the title of the Settings.bundle for your iOS app besides changing the name of the apps Bundle Display Name?
Settings.bunlde Display: Something Long
Springboard icon name : ...
1
vote
1answer
37 views
Title footer for Group in Setting bundle
How can I leave a message under group type in Setting bundle ? something like this :
1
vote
2answers
124 views
iOS UIAlertView button to go to Setting App
Is there a way to have the button of a UIAlertView go to the Settings App for the specific App calling it?
Thanks
1
vote
0answers
35 views
Add shortcut in keyboard settings through app?
In default settings app we can add keyboard shortcuts for a phrase or word manually, that will work as auto-complete while typing like this -
i want to add a word in default iPhone dictionary so ...
1
vote
1answer
41 views
Is there a way to have a settings bundle ONLY in the debug version of my app?
For production all users of my app will point at the production URL but for dev we have multiple developers and I want to create a settings bundle so the other devs can easily reconfigure their ios ...
1
vote
1answer
83 views
Settings.bundle, input validation
Is it possible to specify validation rules for a particular entry in a Settings.bundle? For instance, would it be possible to restrict a text field to a particular set of characters? Or do I have to ...
1
vote
1answer
133 views
doesn't load url from Default Value from settings bundle (ipad)
I create settings bundle, i add a text field in it, and i need to load url from it to uiwebview. I want to add Default Value for it, but it doesn't loading in uiwebview, after changing it loads.
Help ...
1
vote
2answers
46 views
Creating a new email from iPhone/iPad default settings pane?
Is it possible to add an "Email A Developer" section within Apple's default settings bundle for an iOS application?
Use Case:
From the global settings pane of my app, I would like a user to be able ...
1
vote
4answers
154 views
How to call a specific user default in iOS
I'm trying to call up a specific setting that is saved in the settings bundle of my iphone app. I want to do an if statement based on what was saved. My code in the implementation file looks like ...
1
vote
0answers
98 views
Localizing strings from the Settings.bundle using InAppSettingsKit
I am attempting to use InAppSettingsKit to manage my settings. This uses the Settings.bundle with a .plist file and the .strings files for each of the languages being translated.
I can confirm that ...
1
vote
2answers
160 views
Settings Bundle values not being linked correctly on iPhone
I have an issue I've been struggling with for the last few days. I have a settings bundle, root.plist, which holds some user preferences. In it are three multivalue menu items. One returns a boolean, ...
1
vote
1answer
154 views
iPhone settings bundle, is there any way to change the font?
I have in my settings.bundle a toggle switch, and the title property does not fit, because the text is too big, is there any way to reduce the font size, or have a line break?.
Here is a screenshot ...
1
vote
1answer
65 views
How to put settings into groups (iPhone)
I am having issues with the settings bundle on iPhone. I want to create groups like shown in the image below (Measurement, Data Entry..etc.), however I can't work out how to do this.
I have found the ...
1
vote
1answer
283 views
Hierarchical iPhone Settings File problem — Can't add to Settings.bundle
I'm trying to add an additional iPhone Settings File type to my Settings.Bundle and reference it in my Root.plist as a Child Pane type, but it isn't working. I've followed the documentation from Apple ...
1
vote
2answers
587 views
Unable to read values from Settings.bundle
This is my first post so hello to all and please bear with me should I make any blunders in regard to what is regarded as good etiquette here. I've been passively using this site for some time and ...
1
vote
1answer
121 views
settings.bundle for preinstalled applications like mobile.safari ,mobile mail and so on
Does enybody know where can I find settings bundle for preinstalled applications like mobile safari, mail and so on?
I have jailbroken ios device.
I have installed my application to /Applcation ...
1
vote
1answer
202 views
maximum size of a group (PSGroupSpecifier) Title string in Settings.bundle
There seems to be some limit on the size of group titles that you can put into your app's settings screen (I'm using it to put a block of text into the setting screen, rather than as just as title).
...
1
vote
1answer
260 views
Define Settings programatically
Is it possible to define the Root.plist in the Settings.bundle programatically?
In the Settings – Mail, Contacts, Calendars, I can see all my accounts. I would like to do something similar, by having ...
1
vote
0answers
259 views
Add the Settings.Bundle package to a Flash CS5.5 IPA iPad Application
we are currently developing an application in flash for the iPad. We are looking for a way to include the package "Settings.bundle"which allows to include custom settings for this application. Do you ...
1
vote
1answer
239 views
DefaultValue for PSMultiValueSpecifier
I have an iPhone app where I have defined an Settings.bundle with the following settings:
<dict>
<key>DefaultValue</key>
<integer>2</integer>
...
1
vote
1answer
56 views
PSMultiValue in app
I have a settings bundle in my app and I want user can edit settings in app. I dont know how to do it with PSMultiValue. How to load the array for the table and how to save it.
Thank you
1
vote
1answer
890 views
iPhone - reading Setting.bundle returns wrong values
I have created a Settings.bundle that came with a Root.plist file and a localization directory en.lproj.
I have edited Root.plist and added several settings I want to have for my app.
When I delete ...
1
vote
0answers
484 views
iOS Settings.bundle localization difficulties
From what I can read I'm not the only having this problem; except this is just happening in my Settings.bundle in my app it's all fine…
My app is localized in English (primary) and French.
My ...
1
vote
1answer
304 views
iPad Settings: Populating root.plist dynamically - Can the system manage new items in root.plist?
When looking in Settings on iPad, tap "Mail, Contacts, Calendar". The first entry is Accounts > Add an account... When choosing this, a new pane is shown where I can add a new account which is then ...
1
vote
1answer
286 views
How can I modify a Settings.bundle in real time?
is there anyway to add new entries to the Settings bundle during run time?
We would like to be able to turn-off and on options depending on what information the user have entered. Seems like all ...
1
vote
1answer
2k views
Multivalue type settings bundle fields alway return null
I have a problem retrieving default values from the settings bundle when first launching an App. All non-multivalue fields return the default correctly. All multivalue fields return NULL. The code I ...
1
vote
1answer
706 views
Settings.bundle vs NSUserDefaults
I have my settings.bundle configured to show 4 settings, which I want user to access/change. During application lifetime I have another couple of values, that i store in NSUserDefaults, but I'm not ...
1
vote
1answer
2k views
iPhone Xcode Settings.bundle Plist Help
I followed the tutorial: http://useyourloaf.com/blog/2010/5/18/adding-a-settings-bundle-to-an-iphone-app.html
And the Toggle Switch (that I just created based on the tutorial) was not in the Settings ...
1
vote
2answers
513 views
iPhone Settings.bundle textfield preference
How would I make an option in Settings.bundle which allows the user to select what type of textfield preference they would like? Example: selecting if they want autocompletion on or off.
Thanks
1
vote
3answers
917 views
IPhone App Settings: Settings.bundle vs plist file?
I'm a bit confused. I'd like to implement some simple settings for my app. I was thinking of just creating a simple plist file. But now I see that there's something called "Settings.bundle" (that also ...
1
vote
1answer
412 views
Unable to remove Settings.bundle
My app used to use the Settings.bundle to load settings from the user, but then I changed it to have the settings in the application. I have all the code completed, and it works. The next step is to ...
1
vote
1answer
177 views
Is there a way to choose per Xcode build configuration which (if any) Settings.bundle to use?
One of the iPhone apps I work on doesn't currently have a Settings.bundle in its project.
I want to add some debug settings in a Settings.bundle for our QA department, so they can enter different ...
1
vote
1answer
302 views
Localizing other pages in Settings.bundle
I have other pages within my app preferences which are stored as separate files within the settings.bundle.
It has come time to localize my app and I can only seem to get the Root values to localize. ...
1
vote
1answer
3k views
Accessing Child.plist of Settings.bundle in iPhone application - How?
I am facing a problem in accessing Settings.bundle.
Let me explain what exactly I am doing.
Any kind of new Project Template from File ( Under iPhone OS ) - preferable View based.
Now Right click ...