Questions tagged [inappsettingskit]

InAppSettingsKit is an open source solution to to easily add in-app settings to your iPhone apps. It uses a hybrid approach by maintaining the Settings.app pane. So the user has the choice where to change the settings.

InAppSettingsKit is an open source solution to to easily add in-app settings to your iPhone apps. It uses a hybrid approach by maintaining the Settings.app pane. So the user has the choice where to change the settings.

To support traditional Settings.app panes, the app must include a Settings.bundle with at least a Root.plist to specify the connection of settings UI elements with NSUserDefaults keys. InAppSettingsKit basically just uses the same Settings.bundle to do its work. This means there's no additional work when you want to include a new settings parameter. It just has to be added to the Settings.bundle and it will appear both in-app and in Settings.app. All settings types like text fields, sliders, toggle elements, child views etc. are supported.

The intention of InAppSettingsKit was to create a 100% imitation of the Settings.app behavior. However, we added some bonus features for extra flexibility.

98 questions
0
votes
1 answer

InAppSettingKit setHiddenKeys for Child Views

it appears that setHiddenKeys isn't working for child views loaded through something like File ChildView Title CHILD_VIEW_TITLE
Matthias Nott
  • 301
  • 2
  • 4
0
votes
1 answer

In app settings (application is closed)

My application crashes when I close the settings. Even with a standard animation (UIModalTransitionStyleCoverVertical) button "Done" is not working.. What could be wrong? -EDIT- Apparently I was not quite accurate in describing the problem: XCode…
Shrugged
  • 3
  • 2
0
votes
1 answer

No tableview after pushing a multivalue button in settings.bundle

I added an "Settings.Bundle" and the InAppSettingsKit to my app which works half fine ;-) My problem: I added an MultiValue list to the Root.plist and if I push the button to go to this list I allways "fall back" to the MainView of my app. This is…
0
votes
1 answer

InAppSettings not populating on launch

I'm using in-app settings from http://www.inappsettingskit.com/. It is really great but I can't figure out how to have the settings automatically load into the in-app settings on launch. When I launch my app for the first time, all of the in-app…
OscarTheGrouch
  • 2,374
  • 4
  • 28
  • 39
0
votes
1 answer

InAppSettingKit custom bundle is not recognized on device

I set up InAppSettingsKit and wish to have only certain volatile settings available from within the app. These would not be the same as what is found in settings.app from springboard. I added a bundle, InAppSettings.Bundle and created the…
Dean Davids
  • 4,174
  • 2
  • 30
  • 44
0
votes
1 answer

InAppSettingsKit Dynamic Cells? (iPhone & iPad)

I'm looking for a way of adding a selection of dynamic cells to the InAppSettingsKit table. Essentially what I want to do is have a ChildPane that has a selection of settings that are populated based on the contents of another plist (the contents of…
user843337
-1
votes
1 answer

IOS Can I get users information about Who bought my product in In-app purchase?

I have a live application, in this application, I have Non-Consumable products but I want to know who bought which product. I just want information about the users. I have checked in App analytics and Sales and Trends The problem arises is that…
kalpesh
  • 1,285
  • 1
  • 17
  • 30
-1
votes
1 answer

Can InAppSettingsKit be used just for Settings.app

I would like to use InAppSettingsKit only for displaying the settings in the Settings.app of the iPhone. I have different custom settings for in-app settings. Is this possible and how can this be achieved ?
1 2 3 4 5 6
7