This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Step 1 - Privacy Text for Requesting Camera Permission | |
Open the Info.plist file as source code and enter the following text in the <dict></dict>: | |
<key>NSCameraUsageDescription</key> | |
<string>This app requires camera</string> | |
*/ | |
// Step 2 - Imports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Step 1 - Privacy Text for Requesting Microphone Permission | |
Open the Info.plist file as source code and enter the following text in the <dict></dict>: | |
<key>NSMicrophoneUsageDescription</key> | |
<string>This app requires microphone</string> | |
*/ | |
/* |
NewerOlder