I want to make app settings using plist like the Twitter app settings and have my app name's status appear as "Installed" like done in Twitter.
|
|
You need to create a settings bundle for your application. These 2 links should assist you in doing that. Implementing an iOS Settings Bundle http://www.iphonesdkarticles.com/2008/08/application-preferences.html Application Preferences http://www.iphonesdkarticles.com/2008/08/application-preferences.html |
|||
|
|
|
If I understand correctly, you want your app in the twitter setting of settings app. Well I sorry to tell you that that is not possible. The twitter setting in the settings is build by apple to only detect the official twitter app. If you just want you app under the settings app the read this: Implementing an iOS Settings Bundle |
|||||||
|
|
Twitter is able to do that because Apple has included it as part of the OS core functionality. In other words, if Twitter is not installed then the Twitter settings are still available because Twitter can be used even with the app. You can't do this with your app because if the app isn't installed then the settings won't appear anyway. Your settings will only show if the app is installed so saying 'installed' is redundant and unnecessary. |
|||
|
|
