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 9dcb7fe commit a96118aCopy full SHA for a96118a
example/push_notifications/ios/Runner/Info.plist
@@ -28,6 +28,7 @@
28
<true/>
29
<key>UIBackgroundModes</key>
30
<array>
31
+ <string>audio</string>
32
<string>remote-notification</string>
33
</array>
34
<key>UILaunchStoryboardName</key>
@@ -51,5 +52,7 @@
51
52
<false/>
53
<key>flutter_apns.disable_swizzling</key>
54
55
+ <key>NSMicrophoneUsageDescription</key>
56
+ <string>Your message to user when the microphone is accessed for the first time</string>
57
</dict>
58
</plist>
0 commit comments