As shown in the image, Apple's Wi-Fi Aware framework mentions support for Mac 26.0+
macOS doesn’t currently support Wi-Fi Aware. Normally I’d suggest you file an enhancement request for such support, but in this case I can assure you that the Wi-Fi Aware team fully understands the desire for this.
As shown in the image
Yep. Lemme explain why you’re seeing what you’re seeing.
Mac Catalyst is a technology that allows anyone with an iOS app to create an equivalent macOS app. To make that job easier, most iOS-only frameworks are available to Mac Catalyst. However, that doesn’t mean that the framework will do anything useful. Wi-Fi Aware already has an API to determine whether the current device is supported, namely the wifiAware feature, and if you query that on the Mac then’ll you’ll find that it’s not present.
Keep in mind that the Wi-Fi Aware framework itself has to be present on macOS because we support the iOS Apps on Mac feature, where users can run existing iOS app binaries on their Apple silicon Mac. If the Wi-Fi Aware framework wasn’t present, any iOS app that depends on Wi-Fi Aware wouldn’t even launch on the Mac.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"