We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8553f commit 7ee3b2aCopy full SHA for 7ee3b2a
example/ios/JMessageDemo/Info.plist
@@ -2,6 +2,12 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NSMicrophoneUsageDescription</key>
6
+ <string></string>
7
+ <key>NSCameraUsageDescription</key>
8
9
+ <key>NSPhotoLibraryUsageDescription</key>
10
11
<key>CFBundleDevelopmentRegion</key>
12
<string>en</string>
13
<key>CFBundleDisplayName</key>
@@ -41,7 +47,6 @@
41
47
<key>NSLocationWhenInUseUsageDescription</key>
42
48
<string></string>
43
49
<key>NSAppTransportSecurity</key>
44
- <!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
45
50
46
51
<key>NSExceptionDomains</key>
52
0 commit comments