Skip to content

Commit 7ee3b2a

Browse files
committed
add micphone camera photo permission in demo
1 parent 6c8553f commit 7ee3b2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

example/ios/JMessageDemo/Info.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSMicrophoneUsageDescription</key>
6+
<string></string>
7+
<key>NSCameraUsageDescription</key>
8+
<string></string>
9+
<key>NSPhotoLibraryUsageDescription</key>
10+
<string></string>
511
<key>CFBundleDevelopmentRegion</key>
612
<string>en</string>
713
<key>CFBundleDisplayName</key>
@@ -41,7 +47,6 @@
4147
<key>NSLocationWhenInUseUsageDescription</key>
4248
<string></string>
4349
<key>NSAppTransportSecurity</key>
44-
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
4550
<dict>
4651
<key>NSExceptionDomains</key>
4752
<dict>

0 commit comments

Comments
 (0)