0

We have developed an application. and we are able to access it from the home screen of ipad.But its not getting listed in Settings --> Apps. Why is it like that.? Please help us..

Thanks in advance...

Priya
  • 25
  • 4
  • Did you implement a [Settings Bundle](http://developer.apple.com/library/ios/#DOCUMENTATION/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html)? – Matthias May 22 '13 at 07:52
  • no, actly em very new to iOS develping. Can you help me with it ? – Priya May 22 '13 at 08:58
  • @Matthias isit mandatory to implement it as so ? – Priya May 22 '13 at 09:36
  • Actually yes, if you want your settings managed by Settings.app, you have to implement such a bundle. Simply follow the documentation in the link I've provided. – Matthias May 22 '13 at 10:42
  • Then mark the answer I just gave as correct, so I get the reputation. :-) – Matthias May 23 '13 at 10:22

1 Answers1

0

You have to implement a Setting Bundle. Apple provides a Tutorial how to use it for a Settings page.

Matthias
  • 8,018
  • 2
  • 27
  • 53