diff options
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index fa67d073..94734c40 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -56,6 +56,12 @@ <string>LaunchScreen</string> <key>NSPhotoLibraryUsageDescription</key> <string>This lets you share photos from your library and select profile displays</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>This lets you save photos captured on Tagg, to your library</string> + <key>NSCameraUsageDescription</key> + <string>Enable camera access to capture and share moment with your friends</string> + <key>NSMicrophoneUsageDescription</key> + <string>Enable microphone access to record and listen to videos</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> |