April 2020
Intermediate to advanced
380 pages
9h 24m
English
For iOS devices, we also need to specify a space to store configuration data that can be easily accessed by the system. iOS devices determine the icons to be displayed, document types supported by the application, and other behaviors, with the help of Info.plist files. You need to modify the Info.plist file present in ios/Runner/Info.plist in this step.
This can be done by adding the following text:
<key>NSCameraUsageDescription</key><string>Can I use the camera please?</string><key>NSMicrophoneUsageDescription</key><string>Can I use the mic please?</string>
For Android devices, the minimum software development kit (SDK) version required for the plugin to execute properly is 21. ...
Read now
Unlock full access