NSPrivacyCollectedDataType
A string that identifies the type of data your app or third-party SDK collects.
Possible Values
NSPrivacyCollectedDataTypeNameName, such as first or last name.
NSPrivacyCollectedDataTypeEmailAddressEmail address, including but not limited to a hashed email address.
NSPrivacyCollectedDataTypePhoneNumberPhone number, including but not limited to a hashed phone number.
NSPrivacyCollectedDataTypePhysicalAddressPhysical address, such as home address, physical address, or mailing address.
NSPrivacyCollectedDataTypeOtherUserContactInfoOther user contact info; any other information that can be used to contact the user outside the app.
NSPrivacyCollectedDataTypeHealthHealth and medical data, including but not limited to data from the Clinical Health Records API, HealthKit API, MovementDisorderAPIs, or health-related human subject research or any other user provided health or medical data.
NSPrivacyCollectedDataTypeFitnessFitness and exercise data, including but not limited to the Motion and Fitness API.
NSPrivacyCollectedDataTypePaymentInfoPayment info; such as form of payment, payment card number, or bank account number. If your app uses a payment service, the payment information is entered outside your app, and you as the developer never have access to the payment information, it is not collected and does not need to be disclosed.
NSPrivacyCollectedDataTypeCreditInfoCredit info, such as credit score.
NSPrivacyCollectedDataTypeOtherFinancialInfoOther financial info; such as salary, income, assets, debts, or any other financial information.
NSPrivacyCollectedDataTypePreciseLocationPrecise location; information that describes the location of a user or device with the same or greater resolution as a latitude and longitude with three or more decimal places.
NSPrivacyCollectedDataTypeCoarseLocationCoarse location; information that describes the location of a user or device with lower resolution than a latitude and longitude with three or more decimal places, such as Approximate Location Services.
NSPrivacyCollectedDataTypeSensitiveInfoSensitive information; such as racial or ethnic data, sexual orientation, pregnancy or childbirth information, disability, religious or philosophical beliefs, trade union membership, political opinion, genetic information, or biometric data.
NSPrivacyCollectedDataTypeContactsContacts; such as a list of contacts in the user’s phone, address book, or social graph.
NSPrivacyCollectedDataTypeEmailsOrTextMessagesEmails or text messages; including subject line, sender, recipients, and contents of the email or message.
NSPrivacyCollectedDataTypePhotosorVideosThe user’s photos or videos.
NSPrivacyCollectedDataTypeAudioDataThe user’s voice or sound recordings.
NSPrivacyCollectedDataTypeGameplayContentGameplay content; such as saved games, multiplayer matching or gameplay logic, or user-generated content in-game.
NSPrivacyCollectedDataTypeCustomerSupportData generated by the user during a customer support request.
NSPrivacyCollectedDataTypeOtherUserContentAny other user-generated content.
NSPrivacyCollectedDataTypeBrowsingHistoryBrowsing history; information about content the user has viewed that is not part of the app, such as websites.
NSPrivacyCollectedDataTypeSearchHistoryInformation about searches performed in the app.
NSPrivacyCollectedDataTypeUserIDUser ID; such as screen name, handle, account ID, assigned user ID, customer number, or other user- or account-level ID that can be used to identify a particular user or account.
NSPrivacyCollectedDataTypeDeviceIDDevice ID; such as the device’s advertising identifier, or other device-level ID.
NSPrivacyCollectedDataTypePurchaseHistoryAn account’s or individual’s purchases or purchase tendencies.
NSPrivacyCollectedDataTypeProductInteractionProduct interaction; such as app launches, taps, clicks, scrolling information, music listening data, video views, saved place in a game, video, or song, or other information about how the user interacts with the app.
NSPrivacyCollectedDataTypeAdvertisingDataAdvertising data; such as information about the advertisements the user has seen.
NSPrivacyCollectedDataTypeOtherUsageDataAny other data about user activity in the app.
NSPrivacyCollectedDataTypeCrashDataCrash data, such as crash logs.
NSPrivacyCollectedDataTypePerformanceDataPerformance data, such as launch time, freeze rate, or energy use.
NSPrivacyCollectedDataTypeOtherDiagnosticDataAny other data collected for the purposes of measuring technical diagnostics related to the app.
NSPrivacyCollectedDataTypeEnvironmentScanningEnvironment scanning; such as mesh, planes, scene classification, and/or image detection of the user’s surroundings.
NSPrivacyCollectedDataTypeHandsThe user’s hand structure and hand movements.
NSPrivacyCollectedDataTypeHeadThe user’s head movement.
NSPrivacyCollectedDataTypeOtherDataTypesAny other data types not mentioned.
Mentioned in
Discussion
Choose the value that matches the data your app or third-party SDK collects.