-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inexplicable microphone capture warning on backgrounding app, when it really shouldn't be going anywhere near the microphone #2336
Comments
This issue appears since 0.8.2 TestFlight release, first build with Xcode 10 and iOS 12 as base SDK. Currently we did not find a way to reproduce it systematically.
Then you could see the red record status bar appearing. |
to be clear: this happens even if you haven't been doing VoIP in the app. |
Also seeing this. Resolved by revoking microphone permissions but still spooky. |
I can reproduce something similar by:
Doing this, a red bar will appear for a second or so. Every time you background using the Home button, you would see the red bar. |
Thanks for the report @spantaleev. Above case has been identified and fixed by #2382. For information camera picker asking to access camera and microphone when it appears. But due to a memory issue the picker was still alive when closing it and continued to ask access to the microphone. |
@SBiOSoftWhare it’s still not fixed on latest testflight. if you background the app whilst the photo picker is in the foreground, you see the red mic icon... and then everytime thereafter you bg the app you see the red icon too. can we just kill the custom photo picker? |
matrix-org/matrix-ios-kit#557 and #2457 is my WIP to do that. It currently works with images from the photo library but doesn't work for images from the camera yet. The code was mostly already there, I guess it was used on iOS 8 and earlier. Feel free to look at that if useful. |
Fixed by using native camera view (#2620) |
on iPhone X and iOS 12.1.4 and latest TF. vid at https://matrix.to/#/!tAMgPDeOawUJMkFXVZ%3Amatrix.org/%241552601254152567Qiaxn%3Amatrix.org
The text was updated successfully, but these errors were encountered: