iOS 26 fails to automatically switch to [system settings - personal hotspot ] directly from application ]

On iOS 18 and lower version, my application supports automatically switching to [System settings - Personal Hotspot] directly. But on iOS 26, my application will be redirected to [System settings- Apps].

Does iOS 26 disable the behavior of directly jumping to the system hotspot page? If support, could you share the API for iOS 26?

Answered by DTS Engineer in 863782022

App-Prefs:INTERNET_TETHERING

OK, that’s what I suspected. Have a read of Supported URL Schemes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

my application supports automatically switching to [Personal Hotspot] directly

What API was it using to do that?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

App-Prefs:INTERNET_TETHERING

OK, that’s what I suspected. Have a read of Supported URL Schemes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

iOS 26 fails to automatically switch to [system settings - personal hotspot ] directly from application ]
 
 
Q