Questions tagged [settings.bundle]

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

The Settings.bundle resides in the top-level directory of your application's bundle.

298 questions
123
votes
11 answers

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 binary form must reproduce the above copyright …
JosephH
  • 37,173
  • 19
  • 130
  • 154
102
votes
10 answers

From where do I import settings from previous version of Android Studio?

I was running Droidio (Android Studio) 0.6.1; from there I was not able to update to the newest version (a quantum leap to 0.8); I had to download it separately and install from Windows Explorer. But now the installation process is looking for old…
70
votes
19 answers

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 getting the dreaded "Error Domain=NSCocoaErrorDomain…
JulianB
  • 1,686
  • 1
  • 19
  • 31
29
votes
4 answers

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 defined as "1". [EDIT] To expand this question I will…
motionpotion
  • 2,656
  • 6
  • 42
  • 60
27
votes
4 answers

Is it possible to add info or help text to an iPhone settings bundle?

Several of the Apple-provided apps have informational/help text in their settings. For example, the Keyboard settings screen includes, under the “.” shortcut toggle, the help text "Double tapping the space bar will...". I know I can do this in my…
Frank Szczerba
  • 5,000
  • 3
  • 31
  • 31
24
votes
5 answers

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
M Jesse
  • 2,213
  • 6
  • 31
  • 37
23
votes
3 answers

iOS setting.bundle issue with iOS 8 at simulator

when I use iOS 7 simulator , setting.bundle in my project can work effectively . I change app settings by toggle switch and then immediately in to app setting again,the value changed as I just do. but when go run iOS 8 simulator , every change in my…
user2082661
  • 281
  • 2
  • 7
20
votes
6 answers

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 in XCode: Root.plist file: Root.plist file…
Axeva
  • 4,697
  • 6
  • 40
  • 64
15
votes
5 answers

Setting bundle default value won't set

I have an iOS application with a settings.bundle that handles various settings for my application with Switch toggle. I set default values in my root.plist file (using the DefaultValue property) to YES but any time the application launches on a…
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
15
votes
2 answers

Title footer for Group in Setting bundle

How can I leave a message under group type in Setting bundle ? something like this :
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
13
votes
3 answers

ios13 settings bundle with child pane crashes Settings.app on real device

Using an iPad mini4 (A1538), running iOS 13 beta 6, using XCode 11 beta 5... Create a new iOS project using the Single View App template in XCode 11. Add a Settings.bundle with the root containing only two items: Child Pane Text Field Create a…
stonedauwg
  • 1,328
  • 1
  • 14
  • 35
11
votes
2 answers

Settings.bundle version number is updating as $(MARKETING_VERSION)

I have an app which was setting versions automatically when I incremented from XCode > General > Version. But recently I have updated XCode to 11.0 and seems the script is not working as expected: version=`/usr/libexec/PlistBuddy -c "Print…
Nagarjun
  • 6,557
  • 5
  • 33
  • 51
11
votes
2 answers

Access the settings.bundle from today-extension

In the app I can choose in the settings which language of three should be used. If nothing is selected, the iPhone language is detected and selected for english, french or german. If none of this languages is the iPhone language, english is set to…
Christian
  • 506
  • 4
  • 14
10
votes
1 answer

ios 8 keyboard extension settings bundle

I'm trying to create settings bundle for custom keyboard extension on ios 8. I've added settings bundle to keyboard extension target. Then when the keyboard view is loaded I'm trying to access the setting bundle in following way. BOOL…
taffarel
  • 4,015
  • 4
  • 33
  • 61
10
votes
3 answers

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 info is stored. My question: if I need to store…
Halle
  • 3,584
  • 1
  • 37
  • 53
1
2 3
19 20