Skip to content

Commit 410dc41

Browse files
committed
Updated App Privacy info and location description
1 parent be519a7 commit 410dc41

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

GoInfoGame/GoInfoGame.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2909,8 +2909,8 @@
29092909
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
29102910
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
29112911
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";
2912-
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We need your location";
2913-
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location";
2912+
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We use your location to help you find the closest workspaces.";
2913+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We use your location to help you find the closest workspaces.";
29142914
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
29152915
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
29162916
INFOPLIST_KEY_UIMainStoryboardFile = Main;
@@ -2969,12 +2969,12 @@
29692969
ENABLE_USER_SCRIPT_SANDBOXING = NO;
29702970
GENERATE_INFOPLIST_FILE = YES;
29712971
INFOPLIST_FILE = GoInfoGame/Info.plist;
2972-
INFOPLIST_KEY_CFBundleDisplayName = "AVIV ScoutRoute";
2972+
INFOPLIST_KEY_CFBundleDisplayName = GoInfoGame;
29732973
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
29742974
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
29752975
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";
2976-
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We need your location";
2977-
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location";
2976+
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We use your location to help you find the closest workspaces.";
2977+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We use your location to help you find the closest workspaces.";
29782978
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
29792979
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
29802980
INFOPLIST_KEY_UIMainStoryboardFile = Main;

GoInfoGame/GoInfoGame/PrivacyInfo.xcprivacy

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,27 @@
66
<array>
77
<dict>
88
<key>NSPrivacyCollectedDataType</key>
9-
<string></string>
9+
<string>NSPrivacyCollectedDataTypePreciseLocation</string>
1010
<key>NSPrivacyCollectedDataTypeLinked</key>
11-
<false/>
11+
<true/>
1212
<key>NSPrivacyCollectedDataTypeTracking</key>
1313
<false/>
1414
<key>NSPrivacyCollectedDataTypePurposes</key>
1515
<array>
16-
<string></string>
16+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
1717
</array>
1818
</dict>
1919
</array>
2020
<key>NSPrivacyAccessedAPITypes</key>
2121
<array>
22-
<dict/>
22+
<dict>
23+
<key>NSPrivacyAccessedAPIType</key>
24+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
25+
<key>NSPrivacyAccessedAPITypeReasons</key>
26+
<array>
27+
<string>CA92.1</string>
28+
</array>
29+
</dict>
2330
</array>
2431
<key>NSPrivacyTrackingDomains</key>
2532
<array/>

0 commit comments

Comments
 (0)