Skip to content

Commit 81951e4

Browse files
authored
Add Speech Permissions to the iOS Sample App (#4)
1 parent 4e3a8d1 commit 81951e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/ReactAgentforce/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<key>NSAllowsArbitraryLoads</key>
3434
<true/>
3535
</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>
3640
<key>SFDCOAuthLoginHost</key>
3741
<string>login.salesforce.com</string>
3842
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)