-
Notifications
You must be signed in to change notification settings - Fork 496
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
App crashes on video request on iOS 15.2 (ionic/angular) #237
Comments
+1 |
2 similar comments
+1 |
+1 |
Can you try updating to latest version of the plugin and if the problem still persists provide a sample app where the issue can be reproduced? |
I experienced the same "problem" ... my issue was, that I didn't provided a NSMicrophoneUsageDescription. The documentation mentions this for the capture.captureImage part, but it is needed for Audio and Video. |
Usage description requirements is documented but I do agree that the formatting is confusing and could be improved. |
Bug Report
Problem
What is expected to happen?
Starts video recording on iOS 15.2
What does actually happen?
App crashes on video request on iOS 15.2
Information
Install plugin and request video recording
Command or Code
Environment, Platform, Device
iOS 15.2
iPhone X
Version information
Ionic:
Ionic CLI : 6.18.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.8.4
@angular-devkit/build-angular : 12.2.10
@angular-devkit/schematics : 12.2.10
@angular/cli : 12.2.10
@ionic/angular-toolkit : 4.0.0
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : android 10.1.0, ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 18 other plugins)
Utility:
cordova-res : 0.15.4
native-run : 1.5.0
System:
Android SDK Tools : 26.1.1 (/Users/vs/Library/Android/sdk)
ios-deploy : 1.11.4
ios-sim : 8.0.2
NodeJS : v14.18.1 (/usr/local/bin/node)
npm : 6.14.15
OS : macOS Big Sur
Xcode : Xcode 13.2.1 Build version 13C100
Checklist
The text was updated successfully, but these errors were encountered: