Questions tagged [settings-bundle]
27 questions
93
votes
13 answers
How can I display the application version revision in my application's settings bundle?
I would like to include the application version and internal revision, something like 1.0.1 (r1243), in my application's settings bundle.
The Root.plist file contains a fragment like this...
Type
…

Panagiotis Korros
- 10,840
- 12
- 41
- 43
57
votes
11 answers
Settings bundle not showing up in iPhone settings
I am trying to add a Settings bundle in my iPad app, but it randomly shows up in the iPad settings menu.
When I run in Debug mode (Device or Simulator) it doesn't show up.
When I build in Distribution mode and then deploy the app on the iPad A it…

Fabien Warniez
- 2,731
- 1
- 21
- 30
15
votes
2 answers
ios 8.2 and above settings bundle is not showing selected item but Default
I am facing a issue with App settings, i am using settings bundle to select the environment, but once selected and going back to app settings its showing again the default one as selected.
This is observed only from ios 8.2 and above(Device and…

Linux world
- 3,750
- 11
- 44
- 59
12
votes
4 answers
How to know when user made change to settings bundle
I let the user make changes to their settings in the settings area of the iphone. During the next network sync i'd like to send the user changes to the server. But only if the changes are made.
But how do I know when the user has made a change…

san
- 133
- 1
- 6
11
votes
6 answers
How to localize Settings.bundle in xcode4?
I am working on xcode4 and created a Settings.bundle for my project. I can edit the Root.plist file in xcode4 but it is not possible to edit the Root.strings file. It isn't even displayed in the editor.
I can not expand the en.lproj folder as you…

DarkLeafyGreen
- 69,338
- 131
- 383
- 601
6
votes
3 answers
settings bundle - default value behaviour?
I have created a settings bundle with a single preference value, a text field with a default value.
When my application launches and I retrieve the value it is null. Do I have to manually code the value to use before the user has provided a…

Nippysaurus
- 20,110
- 21
- 77
- 129
4
votes
2 answers
Hiding preferences items in the settings bundle
Just a question i've been stuck on for a while. I would like the user to be allowed to hide some settings found on the Root.plist.
Anybody know if this is possible? failing this is it possible to essentially have two Root.plist files and swap…

IainNotAndrew
- 136
- 1
- 2
- 10
4
votes
3 answers
How to implement a Settings UI in Xamarin.Forms?
It is considered best practice in iOS to implement a Settings Bundle so the user can access your app settings from the iOS Settings app as well as from within your app. However, this is a unique concept to iOS. Given that, if you want to implement a…

Chris Swain
- 5,193
- 5
- 21
- 22
2
votes
2 answers
iPhone - How can I right align PSTextFieldSpecifier of settings bundle
I've settings bundle in my iPhone application. How can I right align the PSTextFieldSpecifier value?

Satyam
- 15,493
- 31
- 131
- 244
1
vote
2 answers
Based on Scheme target how to set default Settings Bundles
I have Different Environment configured in schema Dev/QA/UAT/Prod
Based on schema selection dynamically need to change Settings Bundle.
Since inside Settings.Bundles the default value is set to dev,
If run the application by making default to QA…

kiran
- 4,285
- 7
- 53
- 98
1
vote
1 answer
placing conditions on what items will be shown from a settings bundle
Hey All. I'm wondering if it is possible to place conditions on what items will appear in the settings app for an application's settings bundle.
For example: I have several settings related to behavior of the camera in my app. But I do not want…

Cyrus Fisher
- 140
- 1
- 5
1
vote
1 answer
How to localize iOS settings bundle?
I added English string to title, what about other languages? Also how to auto generate Root strings files for current titles?

user924
- 8,146
- 7
- 57
- 139
1
vote
0 answers
iOS custom keyboard settings not saving
I’m implementing a settings bundle for a custom keyboard using the Apple Keyboard Extension documentation and the settings tutorial it links to.
This method works in the parent app, but when I implement it as identically as possible for the keyboard…

afishershin
- 72
- 7
1
vote
1 answer
How to retrieve values from settings.bundle in TVML?
In my tvOS app I created a settings bundle, but I don't know how to get the values in TVML. I know how to do it in Obj-c or Swift.
var standardUserDefaults = NSUserDefaults.standardUserDefaults()
var us: AnyObject? =…

Eugene Gordin
- 4,047
- 3
- 47
- 80
1
vote
1 answer
InAppSettingsKit child pane not showing, using Navigation controller
I'm using InAppSettingsKit and my child panes are not showing up. I found a post (Stackoverflow) about using Navigation Controllers, which I am.
On the General.plist I have the same view as the Root.plist. I have done some searching and all I can…

Eric
- 157
- 1
- 11