D1APP-106 voice recorder ios configuration

This commit is contained in:
MohammadTaha Basiri 2022-02-22 15:28:21 +03:30
parent 3ba7ea28fa
commit 79645b2074
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>NSMicrophoneUsageDescription</key>
<string>We need to access to the microphone to record audio file</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>We need to access to the user gallery to add user profile photo</string> <string>We need to access to the user gallery to add user profile photo</string>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>