Is it possible to get user current ssid while the app is running in the background?

I'm developing an app that needs to get user current SSID when the app is in background, is it possible?

Can you clarify what you mean by “in the background”. Most folks who ask about this want to be resumed in the background when the SSID changes. That’s not possible. OTOH, if you’re already running in the background then I don’t see any reason why fetchCurrent(completionHandler:) wouldn’t work (although I’ve not tried it myself so I could be wrong).

Share and Enjoy

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

Is it possible to get user current ssid while the app is running in the background?
 
 
Q