Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING BASH RUST

Swift Basics

Swift HOME Swift Intro Swift Get Started Swift Syntax Swift Statements Swift Output Swift Comments Swift Variables Swift Data Types Swift Type Casting Swift Operators Swift Strings Swift Arrays Swift Ranges Swift If...Else Swift Switch Swift While Loop Swift For Loop Swift Break/Continue Swift Collections

Swift Types & Functions

Swift Functions Swift Optionals Swift Enums & Patterns Swift Closures Tuples & Type Aliases

Swift Object Model

Swift OOP Swift Inheritance Swift Polymorphism Swift Protocols Swift Generics Swift Extensions Access Control Initializers Deinitializers Value Semantics & COW Equatable & Comparable

Swift Robustness & Async

Swift Error Handling Swift Concurrency Swift Memory

Swift Tooling

Swift Package Manager

SwiftUI Basics

SwiftUI Intro iOS Project Setup SwiftUI Layout SwiftUI Navigation SwiftUI Data Flow SwiftUI Lists & Forms SwiftUI Animations SwiftUI Gestures SwiftUI Modifiers & ViewBuilder SwiftUI Previews SwiftUI Accessibility SwiftUI Styling & Theming

SwiftUI Data & Architecture

Networking Persistence Persistence (Core Data) MVVM Architecture AppStorage & SceneStorage Testing SwiftUI

iOS Capabilities

Privacy & Permissions Push Notifications Widgets & Extensions Background Work Core Location App Clips Keychain Basics CloudKit File System Background URLSession MapKit

iOS Quality & Compliance

Localization Accessibility App Privacy In-App Purchases Analytics & Reporting Testing with XCTest

iOS Release & Distribution

Assets & App Icons Signing & Distribution TestFlight & App Store Ship Your First App

Swift Exercises

Swift Exercises Swift Quiz

App Privacy (Store Listing)


App Privacy (Store Listing)

Disclose what data you collect and how it is used in your App Store listing to meet privacy requirements.


Privacy Nutrition Labels

In App Store Connect, you must disclose what data your app collects and how it is used (tracking, third-party sharing, linking to the user, etc.).


Data Types

  • Contact info, health/fitness, financial info
  • Location, sensitive info, contacts, user content
  • Identifiers, usage data, diagnostics

Best Practices

  • Collect only what you need; prefer on-device processing.
  • Provide clear in-app explanations and opt-in flows.
  • Offer deletion and export of user data where applicable.

Tip: If you use third-party SDKs (analytics, ads, crash reporting), include their data practices in your disclosure.


What Apple Asks

  • Is data collected? Collected means transmitted off device to you or a third party.
  • Is data linked to the user? "Linked" means it's associated with identity (account, device ID, etc.).
  • Is data used for tracking? Tracking means linking data across apps/websites owned by other companies for ads/measurement. Requires App Tracking Transparency.


How to Fill It In (App Store Connect)

  • Per data type (e.g., Identifiers, Usage Data, Diagnostics), answer:
    • Collected? If yes, by you or third parties?
    • Linked to the user? If not, aggregate or de-identified.
    • Purpose: App Functionality, Analytics, Developer's Advertising, Third-Party Advertising, Product Personalization, etc.
    • Tracking? Check only if used for cross-app/company tracking.
  • Minimize scope: If you only collect during opt-in flows, reflect that and describe controls in your privacy policy.

Example

Example: Analytics (first-party)

Data Type: Usage Data
Collected: Yes (by you)
Linked to User: Yes
Purpose: Analytics
Tracking: No

Common Examples

  • Analytics (first-party): Usage Data (collected), often linked; purpose: Analytics; not used for tracking.
  • Crash reporting: Diagnostics (collected); usually linked for debugging; purpose: App Functionality/Diagnostics; not used for tracking.
  • Ads SDKs: Identifiers (IDFA), Usage Data; collected and linked; purpose: Third-Party Advertising; tracking = yes (requires ATT prompt).
  • Push notifications: Device token used to deliver pushes; disclose if you associate tokens with user identity or analytics.
  • Location features: Location data; specify purpose (App Functionality like maps vs. Ads/Analytics) and whether linked/tracked.

Third-party SDKs: Review each SDK's data collection. Your disclosure must include SDK behaviors (analytics, ads, crash, social sign-in, etc.).


Updates & Maintenance

  • Revisit disclosures when you add features/SDKs or change analytics/ads settings.
  • Keep your privacy policy URL live and consistent with the listing.
  • Document data retention and deletion practices; provide user-initiated deletion if applicable.

Pitfalls: Under-disclosing data types; forgetting to mark "linked"; toggling tracking without showing ATT; not updating after SDK changes.



×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.