Closed asineath closed 7 years ago
Sorry, haven't had any time to look into that specific issue, due to other projects. In my own apps, I rely on the microphone plugin to handle permissions on iOS: https://github.com/amitgur/cordova-plugin-microphone
This did the job for me: https://www.npmjs.com/package/cordova-plugin-ios-microphone-permissions Actually I don't get why adding this directly in my cordova app config.xml doesn't add the permisison to my -Info.plist file:
<platform name="ios">
<config-file parent="NSMicrophoneUsageDescription" target="*-Info.plist">
<string>Blink uses your microphone to make calls.</string>
</config-file>
</platform>
Closing this issue, since there haven't been any activity for a while. Just give me a shout, if you want it to be reopened.
Will you add a permission request message for the microphone to comply with the iOS 10 security upgrade? The app crashes when the plugin is initiated without a specified permission request alert.