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 824cfa8 commit e9304eaCopy full SHA for e9304ea
example/push_notifications/ios/Runner/Info.plist
@@ -52,6 +52,8 @@
52
<false/>
53
<key>flutter_apns.disable_swizzling</key>
54
<true/>
55
+ <key>NSLocationWhenInUseUsageDescription</key>
56
+ <string>Your message to user when the location is accessed for the first time</string>
57
<key>NSMicrophoneUsageDescription</key>
58
<string>Your message to user when the microphone is accessed for the first time</string>
59
</dict>
0 commit comments