-
Notifications
You must be signed in to change notification settings - Fork 70
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
iOS issue #27
Comments
Sorry to hear that. Sadly, I can't help you at all since I have no experience with iOS development whatsoever. If anyone can replicate or even fix this I'm happy to provide my help. |
For me it doesn't work in Simulator but does work on a real device. Make sure you set your |
If you know how to fix it, please feel free to open a Pull Request. I don't know anything about iOS permission handling |
It seems not a permission issue, cause my simulator not work too(just wait for stream) after I granted the microphone permission request. I haven't try on real device yet. |
Yes, this is permission issue. Check out this issue in the flutter-permission-handler package that is used in this: basically you should add 'PERMISSION_MICROPHONE=1', into config.build_settings in your ios project's podfiles |
Hello,
I have check the basic functionality on Android simulator and the audio streams works fine.
Instead in iOS 15.0 simulator I have problem that the stream does not start. It gets stuck at the output "flutter: wait for stream". So it looks like the native iOS is not starting the microphone audio stream. BTW, there is no request for MIC access within the app. Of course, I added the necessary lines in the Info.plist.
Any ideas why the stream is not starting on iOS?
The text was updated successfully, but these errors were encountered: