Hello Experts,
After updating to Mac OS sonoma, I am not able to get SSID info and going through already issue, I can see that on update location access is mandatory to get SSID info from API - scanForNetworksWithName:includeHidden:error:
Now my application is already able to get latitude and longitude info, but when I call API mentioned above, it gives nil in ssid name field.
Questions -
- Is there any known issue?
- Is there any other better way to get CWNetwork object so that I can use it directly instead of scanning and then connecting?
Note - I have created app package, but application has no GUI. Application is also combination of Golang and Objective-C