From 96e2ad94c35b832a477f4dbac822195c138688b2 Mon Sep 17 00:00:00 2001 From: Aimee Temple <52682021+AimeeT8@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:53:55 -0400 Subject: [PATCH] Added privacy manifest info to PrivacyInfo files (#320) * Added privacy manifest info to PrivacyInfo file. * Added original comments. * Deleted Dev team from project file and added AskForAppLaunch back in after it was removed by mistake. * Added privacy info to AppStoreListing.md doc file. * remove development team * reformat doc --------- Co-authored-by: Mikaela Caron --- .../Documentation.docc/AppStoreListing.md | 13 ++++ .../Shared/PrivacyInfo.xcprivacy | 75 ++++++++++++++++++- 2 files changed, 87 insertions(+), 1 deletion(-) diff --git a/Basic-Car-Maintenance/Documentation.docc/AppStoreListing.md b/Basic-Car-Maintenance/Documentation.docc/AppStoreListing.md index 2176131d..d293abcb 100644 --- a/Basic-Car-Maintenance/Documentation.docc/AppStoreListing.md +++ b/Basic-Car-Maintenance/Documentation.docc/AppStoreListing.md @@ -36,3 +36,16 @@ Enter the following metadata on the version information page, which appears unde You have 100 characters of keyword space, which get combined with the Name and Subtitle fields discussed above when a user searches the App Store. Ariel Michaeli of Appfigures recently advised to put the more important keywords closer to the start of this field. Separate keywords with commas; omit spaces. Suggested: `car,van,electric,bike,care,repair,manage,easy,simple,oil,change,tire,rotation,record,fuel,gas,charge` + +#### Privacy Info +The `PrivacyInfo.xcprivacy` file was created with https://www.privacymanifest.dev/ + +Checked APIs: +* User Defaults APIs with the usage reason CA92.1 +* Collected Data Types: + * Name - linked to identity and app functionality + * Email Address - linked to identity and app functionality + * Phone number - linked to identity and app functionality + * Photos or videos - linked to identity + * User ID - linked to identity and app functionality + diff --git a/Basic-Car-Maintenance/Shared/PrivacyInfo.xcprivacy b/Basic-Car-Maintenance/Shared/PrivacyInfo.xcprivacy index 84c09a5e..9add5039 100644 --- a/Basic-Car-Maintenance/Shared/PrivacyInfo.xcprivacy +++ b/Basic-Car-Maintenance/Shared/PrivacyInfo.xcprivacy @@ -8,5 +8,78 @@ Copyright (c) 2024 Icy App Studio LLC. All rights reserved. --> - + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeName + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeEmailAddress + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypePhoneNumber + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypePhotosorVideos + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeUserID + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + + +