iphone - Question: can the title of my setting differ from the title of my executable/application? -


"itemprop =" text ">

I'm developing an application pane, AppPrefs is an application that is sampled by Apple. If my app's name is AppPrefs, then this is the exact name / hint / title that the settings application will provide. Is there any way to make this change? My executable can be named in any way (for example) Application1 and designated my settings for "Settings for App1"? Thanks!

Unfortuntely, no, because of why the settings system works. From the apple:

When the setting application launches, this setting checks for each custom application for the presence of the bundle, finds it for every custom bundle, it loads the bundle And the settings reveal the name and icon of the related app in the main page If the user taps in relation to your application, then setting the Root.plist settings page loads the file for your settings bundle and uses that file to display the main page of its application of preferences.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -