Skip to content

Commit 382705f

Browse files
Merge pull request #12 from strvcom/mu/fix/location_purpose
fix: Add missing user location purpose string for iOS build
2 parents 946a294 + b304c78 commit 382705f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ios/Runner/Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,8 @@
7070
<false/>
7171
<key>GIDClientID</key>
7272
<string>$(GOOGLE_CLIENT_ID)</string>
73+
<key>NSLocationWhenInUseUsageDescription</key>
74+
<string>Your location is used for analytics purposes to help us improve the app and its
75+
services. It is not used for advertising or other tracking purposes.</string>
7376
</dict>
7477
</plist>

0 commit comments

Comments
 (0)