I am creating a Privacy manifest file and have a question about adding to NSPrivacyTrackingDomains. For example, if I am using Firebase for two purposes, analytics and crashes, if I specify the Firebase domain as NSPrivacyTrackingDomains and the user rejects the tracking, will the crash information etc. also stop being sent?
NSPrivacyTrackingDomains crash information when user rejects tracking.
Should we clarify the analytics and crash domains for this purpose and only list the analytics domain in NSPrivacyTrackingDomains?
yes, ios will block network access to listed domains. you can verify this yourself locally.