Our (company internal) SDK for connecting iPhones to accessories uses the SSID of the local network to determine whether local communication is possible, or remote communication (via our company's back-end) is required.
Apps that use this functionality of our SDK need to have the "Access Wi-Fi Information" Entitlement and at run-time the user has to give permission to use the precise location (otherwise the SSID cannot be read).
Does this mean we should add the data type "Precise Location" to the privacy manifest of our SDK?
PS: We only use the SSID; not the precise location (coordinates), but an SSID can identify a precise location.