Skip to content

Commit a96118a

Browse files
committed
(Example iOS): Add support for audio messages
1 parent 9dcb7fe commit a96118a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/push_notifications/ios/Runner/Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<true/>
2929
<key>UIBackgroundModes</key>
3030
<array>
31+
<string>audio</string>
3132
<string>remote-notification</string>
3233
</array>
3334
<key>UILaunchStoryboardName</key>
@@ -51,5 +52,7 @@
5152
<false/>
5253
<key>flutter_apns.disable_swizzling</key>
5354
<true/>
55+
<key>NSMicrophoneUsageDescription</key>
56+
<string>Your message to user when the microphone is accessed for the first time</string>
5457
</dict>
5558
</plist>

0 commit comments

Comments
 (0)