How to open iPhone settings top screen.

Hi everyone,


I'm building iPhone application on iOS 11.0 and over, Swift 5.

The application needs to open iPhone settings top screen so I found code like


UIApplication.shared.open(URL(string: UIApplication.openSettingsURLString)!, options: [:], completionHandler: nil)


this code work well but it's open application specific setting screen.

Could anyone tell me how to open iPhone settings top page?


Thanks and regards,

nobogawa

Accepted Reply

Here it is.


https://forums.developer.apple.com/message/367040#367040


Don't forget to close the thread. And good continuation.

Add a Comment

Replies

I remember this was recently asked in another thread.


AFAIK, this is not possible, you open your app settings. Then user has to navigate up to the general settings.

Hi Claude31,


Thanks to answer.

I got it's impossible.

If you know, colud you tel me the another thread url?

I couldn' find thread you said.


regards,

Here it is.


https://forums.developer.apple.com/message/367040#367040


Don't forget to close the thread. And good continuation.

Add a Comment