admin管理员组

文章数量:1134035

I want to redirect from my MDM app to VPN & Device Management tab in SWIFT. But it only redirects to settings.

Is it impossible to move to that screen?

Also, I can sometimes see posts on Stack Overflow saying that can open it with a URL like 'prefs:root=WIFI / prefs:root=Bluetooth'. Will using this URL cause my app release to be rejected?

I used this code

UIApplication.shared.open(URL(string: UIApplication.openSettingsURLString)!)

本文标签: iosHow to Redirect from my MDM app to (SettingGeneralVPN amp Device Management) tab in swiftStack Overflow