Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add my app to the Settings of the iphone/ipad?

How can I make it possible to add my app in the Settings tab of the iPad?

Like in here: Settings Ipad

As you can see there are 3 rows there. But I want my app in there as well. How can I do this?

like image 532
Oblieapps Avatar asked Jun 06 '11 08:06

Oblieapps


People also ask

How do I get my iPhone and iPad to sync apps?

Open the Settings app on one device, tap your name to open the Apple ID screen, then select iCloud. Turn on the toggle switches next to every category of app and content that you want to sync between the iPhone and iPad. Repeat this process with the second device.

How do I add apps to the control center?

Go to Settings > Control Center. Tap the Add button next to the app or feature that you want to add.

How do I sync apps to my iPad?

If you want to sync new apps to iPhone and iPad, you can take advantage of the “Automatic Downloads” function of iTunes. You only need to tap Settings > iTunes & App Store, and locate AUTOMATIC DOWNLOADS, then turn on Apps and Updates.


2 Answers

You need to add a settings bundle for your app to appear in the settings app.

Check this Tutorial

like image 181
Simon Lee Avatar answered Sep 25 '22 05:09

Simon Lee


You need to include a Settings bundle in your app.

like image 40
Caleb Avatar answered Sep 21 '22 05:09

Caleb