We are currently investigating a serious issue related to Wi-Fi Aware and AccessorySetupKit.
We found that some devices which originally supported Wi-Fi Aware may suddenly report that Wi-Fi Aware is not supported. After this happens, calling the following API fails:
ASAccessorySession.showPicker(for:completionHandler:)
API documentation: https://developer.apple.com/documentation/accessorysetupkit/asaccessorysession/showpicker(for:completionhandler:)
The error returned is:
Error Domain=ASErrorDomain Code=450 "Current device is not Wi-Fi Aware capable.”
Related logs:
error: Error Domain=ASErrorDomain Code=450 "Current device is not Wi-Fi Aware capable."
21:27:33.116061+0800 deviceaccessd Activating DASession: CID 0x7FC70001, BundleID xxxx, PID 542, WiFiAwareSupported: no
2026-05-26 21:27:33.118<103>21:27:33.118[E][WiFiAware::WA]@"":[ASK] showPicker callback error: Error Domain=ASErrorDomain Code=450 "Current device is not Wi-Fi Aware capable." UserInfo={
NSDebugDescription=Current device is not Wi-Fi Aware capable.,
cuErrorMsg=Current device is not Wi-Fi Aware capable.,
NSLocalizedFailureReason=Current device is not Wi-Fi Aware capable.
}
Device information:
Device: iPhone 16 Pro
OS Version: 26.5
The device was previously able to use Wi-Fi Aware successfully. However, after the issue occurs, the system reports:
WiFiAwareSupported: no
The only known way to recover so far is to erase all content and settings / factory reset the device. This is not an acceptable workaround for end users and may cause a severe user experience issue.
We would like to ask for your help with the following questions:
Under what conditions would an iPhone that supports Wi-Fi Aware suddenly be reported as not Wi-Fi Aware capable? Is WiFiAwareSupported: no determined by hardware capability, system configuration, region setting, privacy/security policy, entitlement state, or some cached system state? Is there any known issue in AccessorySetupKit or Wi-Fi Aware on iOS 26.5 that could cause this behavior? Is there a way to recover the Wi-Fi Aware capability without requiring a factory reset? Are there any additional logs, sysdiagnose profiles, or diagnostic commands you recommend us to collect when this issue occurs? This issue is critical for us because users who encounter it will no longer be able to proceed with accessory setup, even though their device should support Wi-Fi Aware.
Please let us know if you need a sysdiagnose, sample project, full device logs, or additional reproduction information. We would appreciate any guidance on the root cause and possible workaround.
I’m unlikely to spontaneously update this thread if and when we start seeding a fix.
Hey hey, I lied (-:
This came up in another thread so I took a look at the bug (r. 175178722) and it seems that the fix caught the iOS 26.6 beta 4 (23G5057c) train [1]. So, please make sure to retest on that release.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] It might’ve been included in previous beta seeds; I don’t have time to check that right now.