Vonage-Community / sample-video-flutter-app

Apache License 2.0
5 stars 1 forks source link

Asking for camera permission (Audio only app - iOS) #16

Open swarupbc opened 1 year ago

swarupbc commented 1 year ago

Hi, In our app, we are using the audio only mode, not using the video streaming. It's working fine in Android, but in iOS it's asking for camera permission. can you please help me to find the code where camera permission is called for iOS, so I can modify and fix the issue. @devwithzachary

devwithzachary commented 1 year ago

My (limited) understanding of iOS is that you should make sure that you don't have NSCameraUsageDescription defined in your Info.plist file. How are you requesting permissions on the Flutter side, in the same way as this sample using https://pub.dev/packages/permission_handler ?

swarupbc commented 1 year ago

I’m not asking for any permission on Flutter side, and if I remove NSCameraUsageDescription then the app crushes.

devwithzachary commented 1 year ago

Please provide the crash log