Get WiFi password list on iOS 16 and XCode 14 beta

Hi, In iOS 16 beta we can see WiFi password list in WiFi Setting. Is there anyway to retrieve this list in my Application? Will it be allowed by Apple? I have take a look at Supporting Passkey and WiFi core but still not see anything useful.

Thanks in advanced.

Is there anyway to retrieve this list in my Application?

No. Wi-Fi passwords are stored in the keychain inside an Apple-only keychain access group. Only Apple code can access them.

Share and Enjoy

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

Get WiFi password list on iOS 16 and XCode 14 beta
 
 
Q