Call the official Settings app from my app on iPhone

0 votes
I want to send the user to the official Settings app at some point in my app. I would also prefer to open the Settings app's Network section immediately.

I believe I require the format and URL scheme for the Settings app to construct my request. But I don't think it's against the law to name such an official app.

Can somebody assist me?
Nov 3, 2022 in IOS by Soham
• 9,700 points
372 views

1 answer to this question.

0 votes

It also functions in iOS versions greater than 5.1, however you must include URL schemes in the URL types in Xcode:

enter image description here

Then you can use

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=WIFI"]];

It's an open system WiFi setting now.

answered Nov 4, 2022 by Rahul
• 9,670 points

Related Questions In IOS

0 votes
0 answers

Launch an app from within another (iPhone)

Is it possible to open any iPhone ...READ MORE

Sep 28, 2022 in IOS by Soham
• 9,700 points
266 views
0 votes
0 answers

How to access and read a file on a USB drive from IOS? (Connected via OTG cable to iPhone)

Can I access a text file on ...READ MORE

Nov 7, 2022 in IOS by Soham
• 9,700 points
380 views
0 votes
1 answer

HTTP live streaming server on iPhone

If you don't encode the raw h264 ...READ MORE

answered Sep 20, 2022 in IOS by Aditya
• 7,680 points
543 views
0 votes
1 answer

Is it possible to run .APK/Android apps on iPad/iPhone devices?

It is not possible to run Android ...READ MORE

answered Sep 20, 2022 in IOS by Aditya
• 7,680 points
4,007 views
0 votes
1 answer

Getting country calling prefix

For a class that offers both this ...READ MORE

answered Sep 20, 2022 in Others by Aditya
• 7,680 points
617 views
0 votes
1 answer

Is there a way to to check if a picture was taken on that iPhone?

Actually, the model and manufacturer information is ...READ MORE

answered Sep 22, 2022 in IOS by Rahul
• 9,670 points
412 views
0 votes
1 answer

Detect if the device is iPhone X

The response to your query is "no" ...READ MORE

answered Nov 8, 2022 in IOS by Rahul
• 9,670 points
719 views
0 votes
0 answers

How to receive single tap and hold Remote-Control Event with iOS

I'm looking for my app to listen ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
218 views
0 votes
1 answer

How to get rid of blank space from iPhone notch on web page

You should be looking for the meta-setting ...READ MORE

answered Nov 8, 2022 in IOS by Rahul
• 9,670 points
1,421 views
0 votes
1 answer

How do i open Google Maps for directions using coordinates on the iphone

There is a chance. Employ MKMapView Using ...READ MORE

answered Nov 8, 2022 in IOS by Rahul
• 9,670 points
383 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP