For location services, I can specify that access is granted "Never" or "While Using the App". For the microphone and camera, I have no such choice -- it's all or nothing.<p>Based on targeted ads I get, it's pretty clear to me that many (most? all?) apps that I grant microphone access to collect and sell data about me.<p>Apple's "pro privacy" stance makes it seem like this would be an easy win for them: let me only grant access to microphone and camera when I'm using the app. Is there a technical reason for not doing this?<p>My workaround for now is manually toggling access to the microphone and camera per app, as needed. Effective, but terrible user experience.<p>edit: grammar
That's because iOS apps are not allowed to use the microphone and camera in background, unless you are actively engaged in something like a call or video/audio recording.<p>Whenever an app is using the mic you will see it clearly in the status bar, it's not possible to hide it.<p>As soon as you close the app completely (swipe up on it in app switcher), those permissions are disabled until the app is launched again by the user.<p><pre><code> Based on targeted ads I get, it's pretty clear to me that many (most? all?) apps to I grant microphone access to collect and sell data about me.
</code></pre>
That data is most likely collected from text, behavior inside apps/websites or from recorded audio/video calls. It can even be collected from outside methods like credit card purchase data, emails etc.<p>As a macOS and iOS developer I can say for certain that I have no way to create an app that can listen to you or record video of you while the app is not running. There's simply no API for that.
> Based on targeted ads I get, it's pretty clear to me that many (most? all?) apps that I grant microphone access to collect and sell data about me.<p>Do you think they’re doing it when the app is in the background?<p>Any time they’re listening (or filming) the little dot to indicate that will be at the top of the screen.<p>I don’t think this is a real issue.
> Based on targeted ads I get, it's pretty clear to me that many (most? all?) apps to I grant microphone access to collect and sell data about me.<p>You would see a red bar/dot at the top of your screen indicating a background app has an active audio session with microphone access if this was actually happening. That app would have also had to be previously foregrounded, there isn't a way for an app in the background to just randomly turn the microphone on on iOS and start recording (thankfully), everything needs be requested through audio session which is an intermediary between the app and the OS.<p>iOS aside, people often have this idea that devices are listening to them - not that some particular companies wouldn't like to do that but wouldn't this be insanely expense to do in terms of compute, rendering it a non-starter?