Skip to content

Commit e9304ea

Browse files
committed
(Example iOS): Add location permission.
1 parent 824cfa8 commit e9304ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/push_notifications/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
<false/>
5353
<key>flutter_apns.disable_swizzling</key>
5454
<true/>
55+
<key>NSLocationWhenInUseUsageDescription</key>
56+
<string>Your message to user when the location is accessed for the first time</string>
5557
<key>NSMicrophoneUsageDescription</key>
5658
<string>Your message to user when the microphone is accessed for the first time</string>
5759
</dict>

0 commit comments

Comments
 (0)