Questions tagged [settings-bundle]

27 questions
1
vote
2 answers

PSMultiValueSpecifier - iPhone SDK + Settings Bundle

I want to use the PSMultiValueSpecifier in the settings bundle for my iphone app, but for some reason it doesn't want to work? Does anyone know a good tutorial or sample code on how to use this?
tarnfeld
  • 25,992
  • 41
  • 111
  • 146
0
votes
0 answers

Hide or gray out toggles depending on a toggle in Settings.bundle

Anyone who has ever spelonked the Settings app knows toggles can be hidden or grayed out depending on the state of another toggle. Is it possible to do this in Settings.bundle for your own app as well? Or is this an Apple-only thing?
Daan
  • 1,417
  • 5
  • 25
  • 40
0
votes
1 answer

Change the title string of a setting defined via iOS settings bundle at run time?

I'm working on an iPad application that allows users to log in using Touch ID. Also I've included a preference called "Touch ID" in application settings bundle where users can switch on/off that option to enable or disable Touch ID…
dm_mobile
  • 103
  • 1
  • 1
  • 7
0
votes
1 answer

Remove a setting from the settings screen in iOS on app upgrade

My app initially used a feature that required microphone access. So the settings screen used to show the toggle switch for toggling that permission on or off. In the new version we no longer need that feature. So I removed the entry for microphone…
humblePilgrim
  • 1,818
  • 4
  • 25
  • 47
0
votes
1 answer

Settings.bundle Localization Broken

A few weeks ago, I added a Settings bundle to my app and localized its entries following the awesome tutorial by Use Your Loaf. Back then, it was working without problem. Now I came back to my project after a few weeks, same Xcode version (9.3), and…
Nicolas Miari
  • 16,006
  • 8
  • 81
  • 189
0
votes
1 answer

How to open Settings.bundle in Finder

I want to be able to add files to Settings.bundle folder using Finder but I'm unable to do so because Finder recognizes Settings.bundle as a file. How do I view/edit the contents of Settings.bundle using Finder?
burnt1ce
  • 14,387
  • 33
  • 102
  • 162
0
votes
1 answer

App Settings Title

How do you remove the "[App] Settings" title from showing in the settings? Edit: Here is the code for my Root.plist file. It seems like the PreferenceSpecifiers key has this title as default, but I can't find a way to get rid of it.
stevenA
  • 103
  • 9
0
votes
1 answer

Objective-C set bundle setting value

I created a bundle setting for my app with these options: and now I have this class called LHTabBarController.m and I am trying to get the value of Update Lot like so: Item 1 (Toggle Switch - Update Lot) - Type - Toggle Switch, Title - Update Lot,…
Magna Boss
  • 289
  • 5
  • 11
0
votes
1 answer

Settings Bundle toggle switch only returns YES

I have added a settings bundle to my application consisting of a number of toggle switches, It is being used to display different images depending on which toggle is active. This works fine the first time but once the values has been set to YES it…
work_gg
  • 99
  • 1
  • 11
0
votes
1 answer

iOS - Execute code when application settings are changed

I am brand new to iOS development and finding it quite difficult to accomplish what I would think to be a fairly simple task. I have an app that uses Parse push notifications and I would like to subscribe/unsubscribe from channels when the user…
NightMICU
  • 9,000
  • 30
  • 89
  • 121
0
votes
1 answer

IOS | Storing blog posts for reading later

I'm rather new to IOS but i managed to get my app to display a list of blog posts from RSS feeds. I would like to give my users the ability to save the blog posts for reading later when they might not have an internet connection. I will do this…
Wesley Smits
  • 1,314
  • 6
  • 23
  • 37
0
votes
1 answer

Once I changed the setting in Settings Bundle, Can my App get the change at the same time?

I know I can synchronize NSUserDefaults when my App enter foreground. But it can't meet my requirements, I want once I change setting in the Setting Bundle, my App's volume can change at the same time, even if it's run in background.
NewXcoder
  • 705
  • 1
  • 5
  • 18
1
2