iOS13-WiFi-Info
iOS13-WiFi-Info copied to clipboard
Got reject when using CoreLocation to get wifi ssid on ios13
I got reject from apple when using CoreLocation to get wifi SSID, because of my app only use this to detecting current wifi and this is not enough to pass apple review
Guideline 2.5.4 - Performance - Software Requirements
Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.
Anybody know another way to get current wifi SSID? thank.