We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3a8d1 commit 81951e4Copy full SHA for 81951e4
ios/ReactAgentforce/Info.plist
@@ -33,6 +33,10 @@
33
<key>NSAllowsArbitraryLoads</key>
34
<true/>
35
</dict>
36
+ <key>NSMicrophoneUsageDescription</key>
37
+ <string>Permission is required to access your microphone.</string>
38
+ <key>NSSpeechRecognitionUsageDescription</key>
39
+ <string>Permission is required to access your microphone for speech processing.</string>
40
<key>SFDCOAuthLoginHost</key>
41
<string>login.salesforce.com</string>
42
<key>UILaunchStoryboardName</key>
0 commit comments