Skip to content

Commit 56a530a

Browse files
committed
Add request location key to Info.plist for iOS
1 parent fffe995 commit 56a530a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
<false/>
4646
<key>UIStatusBarHidden</key>
4747
<false/>
48+
<key>NSLocationWhenInUseUsageDescription</key>
49+
<string>This app needs access to location when open.</string>
4850
</dict>
4951
</plist>

0 commit comments

Comments
 (0)