BSSID is nil for macOS 13.x(ventura)

I have a macOS background app which runs with a launchd daemon plist. The app has core location permissions. I was able to get BSSID until macOS Monterey. But with upgrade to ventura, I see that when I run the app with xcode or terminal, I see the BSSID. But when I try to run the app with a launchd daemon plist, the BSSID is empty/nil. Any help?

Replies

I recommend that you start by reading this thread.

Share and Enjoy

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

Hi Nishant, Did you get any working solution with respect to BSSID nil?