Feature/remove tracking domain & tracking boolean #58
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Remove our domain and tracking reference from the privacy manifest to hopefully fix #57
I've tried to reproduce the customer issue with the test app but unfortunately I've not been able to. My research however suggests that this fix should cover us, and is in-line with the privacy manifests of most of our contemporaries.
Removing the domain should stop it from being blocked when the user declines tracking.
The definition of 'tracking' WRT Apple is in here - https://developer.apple.com/app-store/user-privacy-and-data-use/
With the relevant Apple documentation here - https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests
Type of Change