iOS13-WiFi-Info icon indicating copy to clipboard operation
iOS13-WiFi-Info copied to clipboard

Got reject when using CoreLocation to get wifi ssid on ios13

Open qhu91it opened this issue 6 years ago • 0 comments

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.

qhu91it avatar Mar 14 '20 08:03 qhu91it