A settings.bundle contains files that describe the structure and desired presentation style of your Application preferences.

learn more… | top users | synonyms

-1
votes
1answer
21 views

App does not update textfield from settings bundle but it does update settings from the app

Hi if i change the required field in the application, then log out and log into settings, the settings have been updated perfectly. However if i then proceed to change the settings and then open the ...
-1
votes
1answer
12 views

in Setting bundle, Perform action on switch toggle type to hide or change field type of another field in setting bundle ios [closed]

In default setting app for Wifi, when we switch on the wifi, another section appears. Can we do such a thing? I want a switch toggle button, and on action want to add proxy fields or change the type ...
1
vote
0answers
38 views

How To Use Multi Value Title and Value From Settings Bundle

I have a multi value setting (location) defined in my settings bundle for an app. The Titles are defined as long titles, for example, "London" and the corresponding value part of the setting is ...
0
votes
1answer
34 views

Accessing Settings app values and opening it if needed

I have seen that there are known apps, such as Twitter and Facebook, that display a "Turn Off Airplane Mode or Use Wi-Fi to Access Data" message within an alert view, with a button that switches to ...
0
votes
0answers
62 views

additional settings.plist not display in Settings Bundle in iOS

in the last hours i try to implement an additional Settings Bundle plist file. On this screen you can see on the left site the Root.plist with the ChildNode item for the additional plist file called ...
0
votes
0answers
13 views

PSMultiValueSpecifier Code for ViewController.m

I wanna implement a PSMultiValueSpecifier in my App, so Users can change the Animation of iCarousel. I tried a lot now, but i can't figure out the right code (for my ViewController.m) .. Maybe you ...
0
votes
1answer
48 views

Settings.bundle … why can't my code access the values via [NSUserDefaults standardUserDefaults]?

I don't understand the logic: When I create a settings bundle the values are nil when accessed from code via [[NSUserDefaults standardUserDefaults] stringForKey:@"mykey1"] But as soon as I touch ...
1
vote
2answers
168 views

Nested settings with plists: creating additional settings page doesn't work in iOS

I'm trying to achieve a nested structure of my App Settings by using pLists and Xcode 4.6. What I've tried so far: I did follow a tutorial from the Apple Documentation, here the link to the part ...
0
votes
0answers
23 views

add items to PSTextFieldSpecifier on runtime

We know that PSTextFieldSpecifier is one of some types that we can use for prefrences items of our iPhone application. This Type include some subtitles. We can add them in root.plist file and then see ...
0
votes
1answer
44 views

Hidding field in root.plist file

I use a root.plist file for setting my monotouch iPhone application based on this article: http://adtmag.com/articles/2010/04/13/working-with-application-settings-in-monotouch.aspx How we can have a ...
0
votes
1answer
98 views

How to create “combobox” type select/text input in iOS settings bundle plist?

I need to create a multivalue select with the option of typing in a custom value on my app's settings panel. Is that possible? Note: I am asking about the panel displayed for my app in the iOS ...
-1
votes
1answer
34 views

Iphone Settings.Bundle -how to update Type field at runtime

Is there a way to update the Type field in a Settings.Bundle file ? What i need to do is toggle the editing ability of the settings.Bundle file item at runtime. So, if i had a root.plist item ...
0
votes
1answer
120 views

How can i right align a Text Field in the settings bundle of an app , iOS?

I have in my settings bundle of my application two text fields , where the user can give latitude and longitude values. The bundle settings look like this : As you see the values (43.46 and -3.81) ...
0
votes
0answers
41 views

Stuff on settings bundle

I created my bundle settings and now i am about to "connect" them to my application. I have the exact same settings inside my application too. The problem is that inside my application i use for ...
0
votes
0answers
37 views

How to set a max length on a text view , on settings bundle , iOS?

I am using a text view , in my settings bundle to make my user type a number from 1-999. Is there a chance i could limit the max length of the string (numbers) that the user can type in the text view ...
0
votes
1answer
59 views

How to view a sliders value in bundle settings , iOS?

I am using a slider in the bundle settings of my app to make the user choose a distance between 1 - 1000 meters. The slider is working fine , but i would like to show the user the actual value of the ...
0
votes
0answers
107 views

MonoTouch: different settings.bundle/Root.plist depending on build configuration

Monotouch seems to add Debug Settings (containing MonoDevelop Host) to the Settings.bundle when built in Debug configurations. Is there a way to "replicate" that behavior for the application? I have ...
0
votes
1answer
68 views

How to show app icon,app name and version in a group like facebook or twitter in settings bundle?

How can we add app icon with app name and version in a group like following screenshot I have tried following code.But this is showing only version. <?xml version="1.0" ...
1
vote
1answer
80 views

How can I remove Settings.bundle from previous app version?

My iPad app currently uses Settings.bundle to allow settings both via the built-in Settings.app as well as via InAppSettingsKit. I now want to switch to IASK entirely and disable the built-in ...
-1
votes
1answer
126 views

How add button in settings.bundle in ios

I am using settings.bundle in my iOS app but problem is how to add button in that page and handling that button. Can any body help me on this.
0
votes
1answer
271 views

Show Settings Bundle only for Debug Mode

I'm using this tutorial to create a simple Settings Bundle in my app. The thing is that I want to hide the settings entirely in the release version and I cannot find a way to do it. I've read this ...
3
votes
1answer
164 views

Localized settings bundle

My application's languages are English and German. I have localized my settings bundle to German. One of my pages (int the Settings.app) includes topics. I have added them in the settings.bundle in ...
1
vote
2answers
109 views

update version in settings bundle fails iphone

I am trying to write a run script that updates version in Root.plist. This is the script version=/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" $SRCROOT/AppName/AppName-Info.plist ...
0
votes
1answer
278 views

Set a Toggle Switch in Settings Bundle to hide & show buttons

I Currently have a UISwitch that using an "if" statement hides or unhides some UIButtons. Than the ON/OFF state of the switch and the Hidden state of the Buttons are saved in NSUserDefaults. I want to ...
0
votes
1answer
80 views

InAppSettingsKit with multiple localizations

I'm using InAppSettingsKit in my iPad app, including localized Strings for English, German and Japanese. Everything works just fine, but I would like to be able to switch languages in-app, and this ...
0
votes
1answer
101 views

Register default settings from the Settings.bundle plist file?

I'm adding a Settings.bundle file to my iOS application. It's very minimal with one or two settings. The plist file in the Settings.bundle specifies the defaults, to the Settings application. I've ...
0
votes
0answers
45 views

Downloading the App images in iPhone Application settings

In my App i download the images and save it in the App. I want that downloading option in iPhone Application settings using Settings.bundle. I dont know if it is possible and would like to get help ...
0
votes
1answer
40 views

iOS - How to build a subview with “Passcode Lock” look - like in a settings.bundle

I would like to have a subview in settings.bundle which works like the Passcode Lock section in settings -> general. More specifically, I would like to have a subview with the functionality that I ...
0
votes
0answers
45 views

Change display of settings bundle elements based on selection, similar to Mail app's settings

The default Mail app's Settings bundle shows different elements based on your selection. How would one do this? Here, I can set a different signature based on whether 'All Accounts' or 'Per Account' ...
1
vote
2answers
313 views

MonoTouch: Settings.bundle file issue

I've been trying to setup settings for my app but I can't seem to get this working even though I've looked over it over and over again and compared it to an example in a book and the example on Craig ...
1
vote
0answers
75 views

iOS Settings Bundle strangely disappeared

I'm working on some iOS app that involves connecting to a server and has an in-build Settings.Bundle which stored the hostname to that server. This app has been prepared by someone else and is over a ...
1
vote
1answer
266 views

How to give Placeholder for TextField of Settings Bundle (Root.plist)

I want to give placeholder for textfield of Settings bundle (Root.plist) is it possible? If yes how. If not then how is it possible in iPhone?
0
votes
1answer
33 views

Integrating IASKAppSettingsViewController with UITabBarController

I am not able to integrate IASKAppSettingsViewController into my tab bar. Can someone please help me with it?
0
votes
1answer
323 views

Add custom settings bundle to jailbroken iOS settings.app?

I was looking into making a custom toggle switch option in the iOS settings.app menu to turn a home cooked function on and off. I was wondering if it's possible to do such a thing. If so, how?
0
votes
1answer
215 views

Edit my application settings.bundle's settings from iPhone app

I have created a setting.bundle in my iPhone app project. Its working fine. An application setting are visible in iPhone default Settings application with application icon and name. I have also ...
1
vote
2answers
319 views

Retrieving toggle switch value from Settings bundle

I need to load different background images in first ViewController's UIImageView called background , depends on what settings is used for toggle switch in Settings Bundle. In -viewWillAppear in ...
0
votes
1answer
114 views

State of toggle switch in Settings Bundle

I have UIImageView what have a role of a background image in View. I want to load two different images in this UIImageView, depending on what state is selected in toggle switch in Settings Bundle. ...
1
vote
1answer
112 views

How to store a time in iphone preferences

I want to store a time of day value using NSUserDefaults and allow the user to update that through the Settings app. Is there a way to store a NSDate object and tell Settings app to use a time picker ...
0
votes
0answers
76 views

A view with a UIpicker or some button in Setting bundle?

I find Nike + ipod has two views like these in the system Settings : I have checked the Apis about the setting bundle, but can't find something helpful, can anyone help me?
0
votes
1answer
167 views

Resolution of the Max Value Image in a Slider in Settings Bundle

Somebody said I should use a 21*21 image, but should I provide another 42*42 image for the retina display? I check Apple's documents, I think it is not clear.
0
votes
0answers
31 views

Settings bundle doesn't install in simulator

I have set up Settings.bundle in Xcode but nothing shows up in the Simulator's Settings.app. Would could I be doing wrong? Many thanks in advance!
0
votes
2answers
112 views

Hide settings bundle option from code

In my app I have an option defined in the Settings.bundle that is used only for debugging purposes. Is there a way of hiding this from code, for when the application is in production, without ...
1
vote
2answers
324 views

Programmatically extract default email account in settings bundle iOS

Need very quick help.. When an email is configured in iPad then Settings app will store this account information. Programmatically I want to access this default email account configured in Settings ...
0
votes
1answer
59 views

Why is Settings.bundle causing iTunes/adhoc to say my iPhone App is not valid?

Any time I have an app with a settings bundle it will not install OTA or through iTunes. It will work fine on the device under a dev cert but ota or iTunes or installing through organizer fail with a ...
0
votes
1answer
327 views

Remove preference items in iOS Settings Bundle

This is my first time trying to add a Settings.bundle to my app and my XCode version is 4.5. After I added a new Settings.bundle, I clicked on its Root.plist, and I could see there were already 4 ...
0
votes
0answers
83 views

How to know when user changes app settings

I want to know if the user changes any of my app settings from Settings app. I tried observing NSUserDefaultsDidChangeNotification and the app started receiving notifications when the user changes ...
0
votes
1answer
115 views

Work-around for setting defaults before settings.bundle is initialised

(I'm new to IOS and Objective-C so please excuse any miss-use of terminology...) In my app I have chosen to use the settings.bundle to store my app settings but when the app is first installed and ...
2
votes
3answers
917 views

Get ios multi-value user preferences

I try to retrieve the value selected in Settings Application using "Settings Bundle". The field is "PSMultiValueSpecifier". In "Root.plist" I implemented: Type: PSMultiValueSpecifier Title: Abcdefg ...
1
vote
1answer
76 views

Show value in Preferences in iphone

I have a Settings.bundle and inside there i have one Root.plist. In that i have a PSSliderPrefernce and i want to show its value when a user set a value in device Settings page. Thanks in advance
0
votes
1answer
319 views

IOS settings bundle keyboard type

I'm using the settings bundle for iOS 5.0 and I want to set it to type UIKeyboardTypeDecimalPad but if I type that in it doesn't work. The only options in the drop down menu are: alphabet numbers ...

1 2 3 4