Posts

Post marked as solved
21 Replies
I am having the same issue as you on the latest release of iOS13. I have "Always" location permissions and I still mostly get "nil" from callingCNCopyCurrentNetworkInfo()My testers have advised that it will sometimes return the correct value, but we have yet to be able to reliably recreate this situation.
Post not yet marked as solved
9 Replies
I am also having the same problem on iOS 13.x, where it often returns nil even when location permissions are granted (and the fetch WiFi Info entitlement).When running in the foreground, even with "Always" location permissions CNCopyCurrentNetworkInfo returns nil. On the iOS12 device I have, it always returns a valid object as you would expect.Is there a step I am missing for this? It seems others are still having this issue too.